Html Css Color HEX #C8C096 Sisal

📋 copy color: '#C8C096'

red 200 ◦ green 192 ◦ blue 150

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

Shades of Sisal #C8C096

Tints of Sisal #C8C096

RGB

 RED value IS 200 (78.52% from 255) = 36.9%

 GREEN value IS 192 (75.39% from 255) = 35.42%

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

R = 36.9%
G = 35.42%
B = 27.68%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.25

 K value IS 0.22

RGB Variations

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

Color information

#C8C096 (or 0xC8C096) is known color: Sisal. HEX triplet: C8, C0 and 96. RGB value is (200,192,150). Sum of RGB (Red+Green+Blue) = 200+192+150=542 (71% of max value = 765). Red value is 200 (78.52% from 255 or 36.90% from 542); Green value is 192 (75.39% from 255 or 35.42% from 542); Blue value is 150 (58.98% from 255 or 27.68% from 542); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C096 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8C096 is #373F69. Grayscale: #BDBDBD. Windows color (decimal): -3620714 or 9879752. OLE color: 9879752.

HSL color Cylindrical-coordinate representation of color #C8C096: hue angle of 50.4º degrees, saturation: 0.31, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C8C096 is Cyan = 0, Magento = 0.04, Yellow = 0.25 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 192 150 -
CMYK 0 0.04 0.25 0.22
HSL 50.4º 0.31% 0.69% -
HSV(B) 50.4º 0.25% 0.78% -
XYZ 48.17 52.18 36.39 -
YUV 189.6 105.65 135.42 -
System Red Green Blue C M Y K H S L
Decimal 200 192 150 0 0.04 0.25 0.22 50.4 0.31 0.69
Hex C8 C0 96 0 4 19 16 32 1F 45
Octal 310 300 226 0 4 31 26 62 37 105
Binary 11001000 11000000 10010110 0 100 11001 10110 110010 11111 1000101

Color Harmonies of #C8C096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8C096

Black with #C8C096

Text Example


Text Example

White with #C8C096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8C096; }

 p { color: rgb(200,192,150); }

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

background-color css

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

 a { background-color: rgb(200,192,150); }

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

border-color css

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

 span { border-color: rgb(200,192,150); }

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