Html Css Color HEX #CC8387 Charm

📋 copy color: '#CC8387'

red 204 ◦ green 131 ◦ blue 135

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

Shades of Charm #CC8387

Tints of Charm #CC8387

RGB

 RED value IS 204 (80.08% from 255) = 43.4%

 GREEN value IS 131 (51.56% from 255) = 27.87%

 BLUE value IS 135 (53.13% from 255) = 28.72%

R = 43.4%
G = 27.87%
B = 28.72%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.34

 K value IS 0.2

RGB Variations

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

Color information

#CC8387 (or 0xCC8387) is known color: Charm. HEX triplet: CC, 83 and 87. RGB value is (204,131,135). Sum of RGB (Red+Green+Blue) = 204+131+135=470 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.40% from 470); Green value is 131 (51.56% from 255 or 27.87% from 470); Blue value is 135 (53.12% from 255 or 28.72% from 470); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8387 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC8387 is #337C78. Grayscale: #999999. Windows color (decimal): -3374201 or 8881100. OLE color: 8881100.

HSL color Cylindrical-coordinate representation of color #CC8387: hue angle of 356.71º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CC8387 is Cyan = 0, Magento = 0.36, Yellow = 0.34 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 131 135 -
CMYK 0 0.36 0.34 0.2
HSL 356.71º 0.42% 0.66% -
HSV(B) 356.71º 0.36% 0.8% -
XYZ 37.39 30.82 26.9 -
YUV 153.28 117.68 164.17 -
System Red Green Blue C M Y K H S L
Decimal 204 131 135 0 0.36 0.34 0.2 356.71 0.42 0.66
Hex CC 83 87 0 24 22 14 165 2A 42
Octal 314 203 207 0 44 42 24 545 52 102
Binary 11001100 10000011 10000111 0 100100 100010 10100 101100101 101010 1000010

Color Harmonies of #CC8387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8387

Black with #CC8387

Text Example


Text Example

White with #CC8387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8387; }

 p { color: rgb(204,131,135); }

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

background-color css

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

 a { background-color: rgb(204,131,135); }

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

border-color css

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

 span { border-color: rgb(204,131,135); }

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