#CCC29F

Color #CCC29F Double Spanish White (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Double Spanish White #CCC29F

Tints of Double Spanish White #CCC29F

Color information

#CCC29F (or 0xCCC29F) is unknown color: approx Double Spanish White. HEX triplet: CC, C2 and 9F. RGB value is (204,194,159). Sum of RGB (Red+Green+Blue) = 204+194+159=557 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.62% from 557); Green value is 194 (76.17% from 255 or 34.83% from 557); Blue value is 159 (62.5% from 255 or 28.55% from 557); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC29F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC29F is #333D60. Grayscale: #C1C1C1. Windows color (decimal): -3358049 or 10470092. OLE color: 10470092.

HSL color Cylindrical-coordinate representation of color #CCC29F: hue angle of 46.67º degrees, saturation: 0.31, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CCC29F is Cyan = 0, Magento = 0.05, Yellow = 0.22 and Black (K on CMYK) = 0.2.

Color convert

RGB204194159-
CMYK00.050.220.2
HSL46.67º30.61%71.18%-
HSV(B)46.67º22.06%80%-
XYZ50.4553.9240.55-
YUV193108.81135.85-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.62%
GREEN value IS 194 (76.17% from 255) = 34.83%
BLUE value IS 159 (62.5% from 255) = 28.55%
R=36.62%
G=34.83%
B=28.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.22
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20419415900.050.220.246.6730.6171.18
HexCCC29F0516142f1f47
Octal3143022370526245737107
Binary11001100110000101001111101011011010100101111111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC29F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC29F; }

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

 H1.HeaderClassName
 {
   color: #CCC29F;
 }
 .AnyTagClassName
 {
   color: #CCC29F;
 }
</style>
background-color css

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

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

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

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

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

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