Html Css Color HEX #CC8586 Charm

📋 copy color: '#CC8586'

red 204 ◦ green 133 ◦ blue 134

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

Shades of Charm #CC8586

Tints of Charm #CC8586

RGB

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

 GREEN value IS 133 (52.34% from 255) = 28.24%

 BLUE value IS 134 (52.73% from 255) = 28.45%

R = 43.31%
G = 28.24%
B = 28.45%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.34

 K value IS 0.2

RGB Variations

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

Color information

#CC8586 (or 0xCC8586) is known color: Charm. HEX triplet: CC, 85 and 86. RGB value is (204,133,134). Sum of RGB (Red+Green+Blue) = 204+133+134=471 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.31% from 471); Green value is 133 (52.34% from 255 or 28.24% from 471); Blue value is 134 (52.73% from 255 or 28.45% from 471); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8586 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC8586 is #337A79. Grayscale: #9A9A9A. Windows color (decimal): -3373690 or 8816076. OLE color: 8816076.

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

Color convert

RGB 204 133 134 -
CMYK 0 0.35 0.34 0.2
HSL 359.15º 0.41% 0.66% -
HSV(B) 359.15º 0.35% 0.8% -
XYZ 37.59 31.33 26.62 -
YUV 154.34 116.52 163.42 -
System Red Green Blue C M Y K H S L
Decimal 204 133 134 0 0.35 0.34 0.2 359.15 0.41 0.66
Hex CC 85 86 0 23 22 14 167 29 42
Octal 314 205 206 0 43 42 24 547 51 102
Binary 11001100 10000101 10000110 0 100011 100010 10100 101100111 101001 1000010

Color Harmonies of #CC8586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8586

Black with #CC8586

Text Example


Text Example

White with #CC8586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8586; }

 p { color: rgb(204,133,134); }

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

background-color css

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

 a { background-color: rgb(204,133,134); }

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

border-color css

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

 span { border-color: rgb(204,133,134); }

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