Html Css Color HEX #CCC1AA Double Spanish White

📋 copy color: '#CCC1AA'

red 204 ◦ green 193 ◦ blue 170

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

Shades of Double Spanish White #CCC1AA

Tints of Double Spanish White #CCC1AA

RGB

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

 GREEN value IS 193 (75.78% from 255) = 34.04%

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

R = 35.98%
G = 34.04%
B = 29.98%

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

#CCC1AA (or 0xCCC1AA) is known color: Double Spanish White. HEX triplet: CC, C1 and AA. RGB value is (204,193,170). Sum of RGB (Red+Green+Blue) = 204+193+170=567 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.98% from 567); Green value is 193 (75.78% from 255 or 34.04% from 567); Blue value is 170 (66.80% from 255 or 29.98% from 567); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC1AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC1AA is #333E55. Grayscale: #C1C1C1. Windows color (decimal): -3358294 or 11190732. OLE color: 11190732.

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

Color convert

RGB 204 193 170 -
CMYK 0 0.05 0.17 0.2
HSL 40.59º 0.25% 0.73% -
HSV(B) 40.59º 0.17% 0.8% -
XYZ 51.23 53.88 45.73 -
YUV 193.67 114.64 135.37 -
System Red Green Blue C M Y K H S L
Decimal 204 193 170 0 0.05 0.17 0.2 40.59 0.25 0.73
Hex CC C1 AA 0 5 11 14 29 19 49
Octal 314 301 252 0 5 21 24 51 31 111
Binary 11001100 11000001 10101010 0 101 10001 10100 101001 11001 1001001

Color Harmonies of #CCC1AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC1AA

Black with #CCC1AA

Text Example


Text Example

White with #CCC1AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC1AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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