Html Css Color HEX #CCA8A9 Pale Chestnut

📋 copy color: '#CCA8A9'

red 204 ◦ green 168 ◦ blue 169

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

Shades of Pale Chestnut #CCA8A9

Tints of Pale Chestnut #CCA8A9

RGB

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

 GREEN value IS 168 (66.02% from 255) = 31.05%

 BLUE value IS 169 (66.41% from 255) = 31.24%

R = 37.71%
G = 31.05%
B = 31.24%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.17

 K value IS 0.2

RGB Variations

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

Color information

#CCA8A9 (or 0xCCA8A9) is known color: Pale Chestnut. HEX triplet: CC, A8 and A9. RGB value is (204,168,169). Sum of RGB (Red+Green+Blue) = 204+168+169=541 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.71% from 541); Green value is 168 (66.02% from 255 or 31.05% from 541); Blue value is 169 (66.41% from 255 or 31.24% from 541); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA8A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA8A9 is #335756. Grayscale: #B2B2B2. Windows color (decimal): -3364695 or 11118796. OLE color: 11118796.

HSL color Cylindrical-coordinate representation of color #CCA8A9: hue angle of 358.33º degrees, saturation: 0.26, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CCA8A9 is Cyan = 0, Magento = 0.18, Yellow = 0.17 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 168 169 -
CMYK 0 0.18 0.17 0.2
HSL 358.33º 0.26% 0.73% -
HSV(B) 358.33º 0.18% 0.8% -
XYZ 46.07 43.71 43.54 -
YUV 178.88 122.43 145.92 -
System Red Green Blue C M Y K H S L
Decimal 204 168 169 0 0.18 0.17 0.2 358.33 0.26 0.73
Hex CC A8 A9 0 12 11 14 166 1A 49
Octal 314 250 251 0 22 21 24 546 32 111
Binary 11001100 10101000 10101001 0 10010 10001 10100 101100110 11010 1001001

Color Harmonies of #CCA8A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA8A9

Black with #CCA8A9

Text Example


Text Example

White with #CCA8A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA8A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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