#CCC195

Color #CCC195 Sisal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sisal #CCC195

Tints of Sisal #CCC195

Color information

#CCC195 (or 0xCCC195) is unknown color: approx Sisal. HEX triplet: CC, C1 and 95. RGB value is (204,193,149). Sum of RGB (Red+Green+Blue) = 204+193+149=546 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.36% from 546); Green value is 193 (75.78% from 255 or 35.35% from 546); Blue value is 149 (58.59% from 255 or 27.29% from 546); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC195 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC195 is #333E6A. Grayscale: #BFBFBF. Windows color (decimal): -3358315 or 9814476. OLE color: 9814476.

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

Color convert

RGB204193149-
CMYK00.050.270.2
HSL48º35.03%69.22%-
HSV(B)48º26.96%80%-
XYZ49.453.1536.09-
YUV191.27104.14137.08-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.36%
GREEN value IS 193 (75.78% from 255) = 35.35%
BLUE value IS 149 (58.59% from 255) = 27.29%
R=37.36%
G=35.35%
B=27.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.27
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20419314900.050.270.24835.0369.22
HexCCC195051B14302345
Octal3143012250533246043105
Binary110011001100000110010101010111011101001100001000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC195; }

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

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

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

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

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

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

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

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