Html Css Color HEX #CCC198 Sisal

📋 copy color: '#CCC198'

red 204 ◦ green 193 ◦ blue 152

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

Shades of Sisal #CCC198

Tints of Sisal #CCC198

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 27.69%

R = 37.16%
G = 35.15%
B = 27.69%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.25

 K value IS 0.2

RGB Variations

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

Color information

#CCC198 (or 0xCCC198) is known color: Sisal. HEX triplet: CC, C1 and 98. RGB value is (204,193,152). Sum of RGB (Red+Green+Blue) = 204+193+152=549 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.16% from 549); Green value is 193 (75.78% from 255 or 35.15% from 549); Blue value is 152 (59.77% from 255 or 27.69% from 549); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC198 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC198 is #333E67. Grayscale: #BFBFBF. Windows color (decimal): -3358312 or 10011084. OLE color: 10011084.

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

Color convert

RGB 204 193 152 -
CMYK 0 0.05 0.25 0.2
HSL 47.31º 0.34% 0.7% -
HSV(B) 47.31º 0.25% 0.8% -
XYZ 49.64 53.24 37.37 -
YUV 191.62 105.64 136.83 -
System Red Green Blue C M Y K H S L
Decimal 204 193 152 0 0.05 0.25 0.2 47.31 0.34 0.7
Hex CC C1 98 0 5 19 14 2F 22 46
Octal 314 301 230 0 5 31 24 57 42 106
Binary 11001100 11000001 10011000 0 101 11001 10100 101111 100010 1000110

Color Harmonies of #CCC198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC198

Black with #CCC198

Text Example


Text Example

White with #CCC198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC198; }

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

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

background-color css

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

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

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

border-color css

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

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

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