Html Css Color HEX #CCC196 Sisal

📋 copy color: '#CCC196'

red 204 ◦ green 193 ◦ blue 150

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

Shades of Sisal #CCC196

Tints of Sisal #CCC196

RGB

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

 GREEN value IS 193 (75.78% from 255) = 35.28%

 BLUE value IS 150 (58.98% from 255) = 27.42%

R = 37.29%
G = 35.28%
B = 27.42%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.26

 K value IS 0.2

RGB Variations

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

Color information

#CCC196 (or 0xCCC196) is known color: Sisal. HEX triplet: CC, C1 and 96. RGB value is (204,193,150). Sum of RGB (Red+Green+Blue) = 204+193+150=547 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.29% from 547); Green value is 193 (75.78% from 255 or 35.28% from 547); Blue value is 150 (58.98% from 255 or 27.42% from 547); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC196 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC196 is #333E69. Grayscale: #BFBFBF. Windows color (decimal): -3358314 or 9880012. OLE color: 9880012.

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

Color convert

RGB 204 193 150 -
CMYK 0 0.05 0.26 0.2
HSL 47.78º 0.35% 0.69% -
HSV(B) 47.78º 0.26% 0.8% -
XYZ 49.48 53.18 36.51 -
YUV 191.39 104.64 137 -
System Red Green Blue C M Y K H S L
Decimal 204 193 150 0 0.05 0.26 0.2 47.78 0.35 0.69
Hex CC C1 96 0 5 1A 14 30 23 45
Octal 314 301 226 0 5 32 24 60 43 105
Binary 11001100 11000001 10010110 0 101 11010 10100 110000 100011 1000101

Color Harmonies of #CCC196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC196

Black with #CCC196

Text Example


Text Example

White with #CCC196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC196; }

 p { color: rgb(204,193,150); }

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

background-color css

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

 a { background-color: rgb(204,193,150); }

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

border-color css

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

 span { border-color: rgb(204,193,150); }

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