Html Css Color HEX #CCC39C Double Spanish White

📋 copy color: '#CCC39C'

red 204 ◦ green 195 ◦ blue 156

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

Shades of Double Spanish White #CCC39C

Tints of Double Spanish White #CCC39C

RGB

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

 GREEN value IS 195 (76.56% from 255) = 35.14%

 BLUE value IS 156 (61.33% from 255) = 28.11%

R = 36.76%
G = 35.14%
B = 28.11%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.24

 K value IS 0.2

RGB Variations

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

Color information

#CCC39C (or 0xCCC39C) is known color: Double Spanish White. HEX triplet: CC, C3 and 9C. RGB value is (204,195,156). Sum of RGB (Red+Green+Blue) = 204+195+156=555 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.76% from 555); Green value is 195 (76.56% from 255 or 35.14% from 555); Blue value is 156 (61.33% from 255 or 28.11% from 555); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC39C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC39C is #333C63. Grayscale: #C1C1C1. Windows color (decimal): -3357796 or 10273740. OLE color: 10273740.

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

Color convert

RGB 204 195 156 -
CMYK 0 0.04 0.24 0.2
HSL 48.75º 0.32% 0.71% -
HSV(B) 48.75º 0.24% 0.8% -
XYZ 50.42 54.27 39.27 -
YUV 193.25 106.98 135.67 -
System Red Green Blue C M Y K H S L
Decimal 204 195 156 0 0.04 0.24 0.2 48.75 0.32 0.71
Hex CC C3 9C 0 4 18 14 31 20 47
Octal 314 303 234 0 4 30 24 61 40 107
Binary 11001100 11000011 10011100 0 100 11000 10100 110001 100000 1000111

Color Harmonies of #CCC39C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC39C

Black with #CCC39C

Text Example


Text Example

White with #CCC39C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC39C; }

 p { color: rgb(204,195,156); }

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

background-color css

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

 a { background-color: rgb(204,195,156); }

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

border-color css

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

 span { border-color: rgb(204,195,156); }

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