Html Css Color HEX #CCC195 Sisal

📋 copy color: '#CCC195'

red 204 ◦ green 193 ◦ blue 149

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

Shades of Sisal #CCC195

Tints of Sisal #CCC195

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

 M value IS 0.05

 Y value IS 0.27

 K value IS 0.2

RGB Variations

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

Color information

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

RGB 204 193 149 -
CMYK 0 0.05 0.27 0.2
HSL 48º 0.35% 0.69% -
HSV(B) 48º 0.27% 0.8% -
XYZ 49.4 53.15 36.09 -
YUV 191.27 104.14 137.08 -
System Red Green Blue C M Y K H S L
Decimal 204 193 149 0 0.05 0.27 0.2 48 0.35 0.69
Hex CC C1 95 0 5 1B 14 30 23 45
Octal 314 301 225 0 5 33 24 60 43 105
Binary 11001100 11000001 10010101 0 101 11011 10100 110000 100011 1000101

Color Harmonies of #CCC195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC195

Black with #CCC195

Text Example


Text Example

White with #CCC195

Text Example


Text Example

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