Html Css Color HEX #CCA59C Eunry

📋 copy color: '#CCA59C'

red 204 ◦ green 165 ◦ blue 156

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

Shades of Eunry #CCA59C

Tints of Eunry #CCA59C

RGB

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

 GREEN value IS 165 (64.84% from 255) = 31.43%

 BLUE value IS 156 (61.33% from 255) = 29.71%

R = 38.86%
G = 31.43%
B = 29.71%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.24

 K value IS 0.2

RGB Variations

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

Color information

#CCA59C (or 0xCCA59C) is known color: Eunry. HEX triplet: CC, A5 and 9C. RGB value is (204,165,156). Sum of RGB (Red+Green+Blue) = 204+165+156=525 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.86% from 525); Green value is 165 (64.84% from 255 or 31.43% from 525); Blue value is 156 (61.33% from 255 or 29.71% from 525); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA59C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA59C is #335A63. Grayscale: #AFAFAF. Windows color (decimal): -3365476 or 10266060. OLE color: 10266060.

HSL color Cylindrical-coordinate representation of color #CCA59C: hue angle of 11.25º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CCA59C is Cyan = 0, Magento = 0.19, Yellow = 0.24 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 165 156 -
CMYK 0 0.19 0.24 0.2
HSL 11.25º 0.32% 0.71% -
HSV(B) 11.25º 0.24% 0.8% -
XYZ 44.36 42.15 37.25 -
YUV 175.64 116.92 148.23 -
System Red Green Blue C M Y K H S L
Decimal 204 165 156 0 0.19 0.24 0.2 11.25 0.32 0.71
Hex CC A5 9C 0 13 18 14 B 20 47
Octal 314 245 234 0 23 30 24 13 40 107
Binary 11001100 10100101 10011100 0 10011 11000 10100 1011 100000 1000111

Color Harmonies of #CCA59C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA59C

Black with #CCA59C

Text Example


Text Example

White with #CCA59C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA59C; }

 p { color: rgb(204,165,156); }

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

background-color css

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

 a { background-color: rgb(204,165,156); }

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

border-color css

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

 span { border-color: rgb(204,165,156); }

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