Html Css Color HEX #8C384D Camelot

📋 copy color: '#8C384D'

red 140 ◦ green 56 ◦ blue 77

#8C384D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Camelot #8C384D

Tints of Camelot #8C384D

RGB

 RED value IS 140 (55.08% from 255) = 51.28%

 GREEN value IS 56 (22.27% from 255) = 20.51%

 BLUE value IS 77 (30.47% from 255) = 28.21%

R = 51.28%
G = 20.51%
B = 28.21%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.45

 K value IS 0.45

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#8C384D (or 0x8C384D) is known color: Camelot. HEX triplet: 8C, 38 and 4D. RGB value is (140,56,77). Sum of RGB (Red+Green+Blue) = 140+56+77=273 (36% of max value = 765). Red value is 140 (55.08% from 255 or 51.28% from 273); Green value is 56 (22.27% from 255 or 20.51% from 273); Blue value is 77 (30.47% from 255 or 28.21% from 273); Max value from RGB is 140 - color contains mainly: red. Hex color #8C384D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C384D is #73C7B2. Grayscale: #535353. Windows color (decimal): -7587763 or 5060748. OLE color: 5060748.

HSL color Cylindrical-coordinate representation of color #8C384D: hue angle of 345º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8C384D is Cyan = 0, Magento = 0.6, Yellow = 0.45 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 56 77 -
CMYK 0 0.6 0.45 0.45
HSL 345º 0.43% 0.38% -
HSV(B) 345º 0.6% 0.55% -
XYZ 13.57 8.94 8.03 -
YUV 83.51 124.33 168.29 -
System Red Green Blue C M Y K H S L
Decimal 140 56 77 0 0.6 0.45 0.45 345 0.43 0.38
Hex 8C 38 4D 0 3C 2D 2D 159 2B 26
Octal 214 70 115 0 74 55 55 531 53 46
Binary 10001100 111000 1001101 0 111100 101101 101101 101011001 101011 100110

Color Harmonies of #8C384D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C384D

Black with #8C384D

Text Example


Text Example

White with #8C384D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8C384D; }

 p { color: rgb(140,56,77); }

 H1.HeaderClassName
 {
   color: #8C384D;
 }
 .AnyTagClassName
 {
   color: #8C384D;
 }
</style>

background-color css

<style>
 a { background-color: #8C384D; }

 a { background-color: rgb(140,56,77); }

 div.DivClassName
 {
   background-color: #8C384D;
 }
 .BgClassName
 {
   background-color: #8C384D;
 }
</style>

border-color css

<style>
 span { border-color: #8C384D; }

 span { border-color: rgb(140,56,77); }

 td.TdClassName
 {
   border-color: #8C384D;
 }
 .TagClassName
 {
   border-color: #8C384D;
 }
</style>