Html Css Color HEX #CCAAAC Pale Chestnut

📋 copy color: '#CCAAAC'

red 204 ◦ green 170 ◦ blue 172

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

Shades of Pale Chestnut #CCAAAC

Tints of Pale Chestnut #CCAAAC

RGB

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

 GREEN value IS 170 (66.8% from 255) = 31.14%

 BLUE value IS 172 (67.58% from 255) = 31.5%

R = 37.36%
G = 31.14%
B = 31.5%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.16

 K value IS 0.2

RGB Variations

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

Color information

#CCAAAC (or 0xCCAAAC) is known color: Pale Chestnut. HEX triplet: CC, AA and AC. RGB value is (204,170,172). Sum of RGB (Red+Green+Blue) = 204+170+172=546 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.36% from 546); Green value is 170 (66.80% from 255 or 31.14% from 546); Blue value is 172 (67.58% from 255 or 31.50% from 546); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAAAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCAAAC is #335553. Grayscale: #B4B4B4. Windows color (decimal): -3364180 or 11315916. OLE color: 11315916.

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

Color convert

RGB 204 170 172 -
CMYK 0 0.17 0.16 0.2
HSL 356.47º 0.25% 0.73% -
HSV(B) 356.47º 0.17% 0.8% -
XYZ 46.72 44.57 45.17 -
YUV 180.39 123.26 144.84 -
System Red Green Blue C M Y K H S L
Decimal 204 170 172 0 0.17 0.16 0.2 356.47 0.25 0.73
Hex CC AA AC 0 11 10 14 164 19 49
Octal 314 252 254 0 21 20 24 544 31 111
Binary 11001100 10101010 10101100 0 10001 10000 10100 101100100 11001 1001001

Color Harmonies of #CCAAAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAAAC

Black with #CCAAAC

Text Example


Text Example

White with #CCAAAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAAAC; }

 p { color: rgb(204,170,172); }

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

background-color css

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

 a { background-color: rgb(204,170,172); }

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

border-color css

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

 span { border-color: rgb(204,170,172); }

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