Html Css Color HEX #CCC2AA Double Spanish White

📋 copy color: '#CCC2AA'

red 204 ◦ green 194 ◦ blue 170

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

Shades of Double Spanish White #CCC2AA

Tints of Double Spanish White #CCC2AA

RGB

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

 GREEN value IS 194 (76.17% from 255) = 34.15%

 BLUE value IS 170 (66.8% from 255) = 29.93%

R = 35.92%
G = 34.15%
B = 29.93%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.17

 K value IS 0.2

RGB Variations

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

Color information

#CCC2AA (or 0xCCC2AA) is known color: Double Spanish White. HEX triplet: CC, C2 and AA. RGB value is (204,194,170). Sum of RGB (Red+Green+Blue) = 204+194+170=568 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.92% from 568); Green value is 194 (76.17% from 255 or 34.15% from 568); Blue value is 170 (66.80% from 255 or 29.93% from 568); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC2AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC2AA is #333D55. Grayscale: #C2C2C2. Windows color (decimal): -3358038 or 11190988. OLE color: 11190988.

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

Color convert

RGB 204 194 170 -
CMYK 0 0.05 0.17 0.2
HSL 42.35º 0.25% 0.73% -
HSV(B) 42.35º 0.17% 0.8% -
XYZ 51.45 54.32 45.8 -
YUV 194.25 114.31 134.95 -
System Red Green Blue C M Y K H S L
Decimal 204 194 170 0 0.05 0.17 0.2 42.35 0.25 0.73
Hex CC C2 AA 0 5 11 14 2A 19 49
Octal 314 302 252 0 5 21 24 52 31 111
Binary 11001100 11000010 10101010 0 101 10001 10100 101010 11001 1001001

Color Harmonies of #CCC2AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC2AA

Black with #CCC2AA

Text Example


Text Example

White with #CCC2AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC2AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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