Html Css Color HEX #CCA99C Eunry

📋 copy color: '#CCA99C'

red 204 ◦ green 169 ◦ blue 156

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

Shades of Eunry #CCA99C

Tints of Eunry #CCA99C

RGB

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

 GREEN value IS 169 (66.41% from 255) = 31.95%

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

R = 38.56%
G = 31.95%
B = 29.49%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.24

 K value IS 0.2

RGB Variations

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

Color information

#CCA99C (or 0xCCA99C) is known color: Eunry. HEX triplet: CC, A9 and 9C. RGB value is (204,169,156). Sum of RGB (Red+Green+Blue) = 204+169+156=529 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.56% from 529); Green value is 169 (66.41% from 255 or 31.95% from 529); Blue value is 156 (61.33% from 255 or 29.49% from 529); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA99C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA99C is #335663. Grayscale: #B2B2B2. Windows color (decimal): -3364452 or 10267084. OLE color: 10267084.

HSL color Cylindrical-coordinate representation of color #CCA99C: hue angle of 16.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 #CCA99C is Cyan = 0, Magento = 0.17, Yellow = 0.24 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 169 156 -
CMYK 0 0.17 0.24 0.2
HSL 16.25º 0.32% 0.71% -
HSV(B) 16.25º 0.24% 0.8% -
XYZ 45.09 43.61 37.49 -
YUV 177.98 115.6 146.56 -
System Red Green Blue C M Y K H S L
Decimal 204 169 156 0 0.17 0.24 0.2 16.25 0.32 0.71
Hex CC A9 9C 0 11 18 14 10 20 47
Octal 314 251 234 0 21 30 24 20 40 107
Binary 11001100 10101001 10011100 0 10001 11000 10100 10000 100000 1000111

Color Harmonies of #CCA99C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA99C

Black with #CCA99C

Text Example


Text Example

White with #CCA99C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA99C; }

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

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

background-color css

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

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

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

border-color css

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

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

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