#CCC29E

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

Shades of Double Spanish White #CCC29E

Tints of Double Spanish White #CCC29E

Color information

#CCC29E (or 0xCCC29E) is unknown color: approx Double Spanish White. HEX triplet: CC, C2 and 9E. RGB value is (204,194,158). Sum of RGB (Red+Green+Blue) = 204+194+158=556 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.69% from 556); Green value is 194 (76.17% from 255 or 34.89% from 556); Blue value is 158 (62.11% from 255 or 28.42% from 556); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC29E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC29E is #333D61. Grayscale: #C1C1C1. Windows color (decimal): -3358050 or 10404556. OLE color: 10404556.

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

Color convert

RGB204194158-
CMYK00.050.230.2
HSL46.96º31.08%70.98%-
HSV(B)46.96º22.55%80%-
XYZ50.3753.8940.09-
YUV192.89108.31135.93-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.69%
GREEN value IS 194 (76.17% from 255) = 34.89%
BLUE value IS 158 (62.11% from 255) = 28.42%
R=36.69%
G=34.89%
B=28.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.23
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20419415800.050.230.246.9631.0870.98
HexCCC29E0517142f1f47
Octal3143022360527245737107
Binary11001100110000101001111001011011110100101111111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC29E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC29E; }

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

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

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

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

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

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

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

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