Html Css Color HEX #CCC29C Double Spanish White

📋 copy color: '#CCC29C'

red 204 ◦ green 194 ◦ blue 156

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

Shades of Double Spanish White #CCC29C

Tints of Double Spanish White #CCC29C

RGB

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

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

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

R = 36.82%
G = 35.02%
B = 28.16%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.24

 K value IS 0.2

RGB Variations

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

Color information

#CCC29C (or 0xCCC29C) is known color: Double Spanish White. HEX triplet: CC, C2 and 9C. RGB value is (204,194,156). Sum of RGB (Red+Green+Blue) = 204+194+156=554 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.82% from 554); Green value is 194 (76.17% from 255 or 35.02% from 554); Blue value is 156 (61.33% from 255 or 28.16% from 554); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC29C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC29C is #333D63. Grayscale: #C0C0C0. Windows color (decimal): -3358052 or 10273484. OLE color: 10273484.

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

Color convert

RGB 204 194 156 -
CMYK 0 0.05 0.24 0.2
HSL 47.5º 0.32% 0.71% -
HSV(B) 47.5º 0.24% 0.8% -
XYZ 50.19 53.82 39.2 -
YUV 192.66 107.31 136.09 -
System Red Green Blue C M Y K H S L
Decimal 204 194 156 0 0.05 0.24 0.2 47.5 0.32 0.71
Hex CC C2 9C 0 5 18 14 30 20 47
Octal 314 302 234 0 5 30 24 60 40 107
Binary 11001100 11000010 10011100 0 101 11000 10100 110000 100000 1000111

Color Harmonies of #CCC29C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC29C

Black with #CCC29C

Text Example


Text Example

White with #CCC29C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC29C; }

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

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

background-color css

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

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

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

border-color css

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

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

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