#CCC09E

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

Shades of Double Spanish White #CCC09E

Tints of Double Spanish White #CCC09E

Color information

#CCC09E (or 0xCCC09E) is unknown color: approx Double Spanish White. HEX triplet: CC, C0 and 9E. RGB value is (204,192,158). Sum of RGB (Red+Green+Blue) = 204+192+158=554 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.82% from 554); Green value is 192 (75.39% from 255 or 34.66% from 554); Blue value is 158 (62.11% from 255 or 28.52% from 554); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC09E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC09E is #333F61. Grayscale: #BFBFBF. Windows color (decimal): -3358562 or 10404044. OLE color: 10404044.

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

Color convert

RGB204192158-
CMYK00.060.230.2
HSL44.35º31.08%70.98%-
HSV(B)44.35º22.55%80%-
XYZ49.9253.0139.95-
YUV191.71108.98136.76-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.82%
GREEN value IS 192 (75.39% from 255) = 34.66%
BLUE value IS 158 (62.11% from 255) = 28.52%
R=36.82%
G=34.66%
B=28.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.23
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20419215800.060.230.244.3531.0870.98
HexCCC09E0617142c1f47
Octal3143002360627245437107
Binary11001100110000001001111001101011110100101100111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC09E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC09E; }

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

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

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

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

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

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

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

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