Html Css Color HEX #CCC49E Double Spanish White

📋 copy color: '#CCC49E'

red 204 ◦ green 196 ◦ blue 158

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

Shades of Double Spanish White #CCC49E

Tints of Double Spanish White #CCC49E

RGB

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

 GREEN value IS 196 (76.95% from 255) = 35.13%

 BLUE value IS 158 (62.11% from 255) = 28.32%

R = 36.56%
G = 35.13%
B = 28.32%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.23

 K value IS 0.2

RGB Variations

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

Color information

#CCC49E (or 0xCCC49E) is known color: Double Spanish White. HEX triplet: CC, C4 and 9E. RGB value is (204,196,158). Sum of RGB (Red+Green+Blue) = 204+196+158=558 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.56% from 558); Green value is 196 (76.95% from 255 or 35.13% from 558); Blue value is 158 (62.11% from 255 or 28.32% from 558); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC49E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC49E is #333B61. Grayscale: #C2C2C2. Windows color (decimal): -3357538 or 10405068. OLE color: 10405068.

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

Color convert

RGB 204 196 158 -
CMYK 0 0.04 0.23 0.2
HSL 49.57º 0.31% 0.71% -
HSV(B) 49.57º 0.23% 0.8% -
XYZ 50.81 54.79 40.24 -
YUV 194.06 107.65 135.09 -
System Red Green Blue C M Y K H S L
Decimal 204 196 158 0 0.04 0.23 0.2 49.57 0.31 0.71
Hex CC C4 9E 0 4 17 14 32 1F 47
Octal 314 304 236 0 4 27 24 62 37 107
Binary 11001100 11000100 10011110 0 100 10111 10100 110010 11111 1000111

Color Harmonies of #CCC49E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC49E

Black with #CCC49E

Text Example


Text Example

White with #CCC49E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC49E; }

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

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

background-color css

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

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

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

border-color css

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

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

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