Html Css Color HEX #CCC09E Double Spanish White

📋 copy color: '#CCC09E'

red 204 ◦ green 192 ◦ blue 158

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

Shades of Double Spanish White #CCC09E

Tints of Double Spanish White #CCC09E

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 value IS 0

 M value IS 0.06

 Y value IS 0.23

 K value IS 0.2

RGB Variations

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

Color information

#CCC09E (or 0xCCC09E) is known color: 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

RGB 204 192 158 -
CMYK 0 0.06 0.23 0.2
HSL 44.35º 0.31% 0.71% -
HSV(B) 44.35º 0.23% 0.8% -
XYZ 49.92 53.01 39.95 -
YUV 191.71 108.98 136.76 -
System Red Green Blue C M Y K H S L
Decimal 204 192 158 0 0.06 0.23 0.2 44.35 0.31 0.71
Hex CC C0 9E 0 6 17 14 2C 1F 47
Octal 314 300 236 0 6 27 24 54 37 107
Binary 11001100 11000000 10011110 0 110 10111 10100 101100 11111 1000111

Color Harmonies of #CCC09E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC09E

Black with #CCC09E

Text Example


Text Example

White with #CCC09E

Text Example


Text Example

HTML Codes & Css Web 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>