Html Css Color HEX #C0B8A0 Sisal

📋 copy color: '#C0B8A0'

red 192 ◦ green 184 ◦ blue 160

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

Shades of Sisal #C0B8A0

Tints of Sisal #C0B8A0

RGB

 RED value IS 192 (75.39% from 255) = 35.82%

 GREEN value IS 184 (72.27% from 255) = 34.33%

 BLUE value IS 160 (62.89% from 255) = 29.85%

R = 35.82%
G = 34.33%
B = 29.85%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.17

 K value IS 0.25

RGB Variations

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

Color information

#C0B8A0 (or 0xC0B8A0) is known color: Sisal. HEX triplet: C0, B8 and A0. RGB value is (192,184,160). Sum of RGB (Red+Green+Blue) = 192+184+160=536 (70% of max value = 765). Red value is 192 (75.39% from 255 or 35.82% from 536); Green value is 184 (72.27% from 255 or 34.33% from 536); Blue value is 160 (62.89% from 255 or 29.85% from 536); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B8A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0B8A0 is #3F475F. Grayscale: #B7B7B7. Windows color (decimal): -4147040 or 10533056. OLE color: 10533056.

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

Color convert

RGB 192 184 160 -
CMYK 0 0.04 0.17 0.25
HSL 45º 0.2% 0.69% -
HSV(B) 45º 0.17% 0.75% -
XYZ 45.22 48.03 40.14 -
YUV 183.66 114.65 133.95 -
System Red Green Blue C M Y K H S L
Decimal 192 184 160 0 0.04 0.17 0.25 45 0.2 0.69
Hex C0 B8 A0 0 4 11 19 2D 14 45
Octal 300 270 240 0 4 21 31 55 24 105
Binary 11000000 10111000 10100000 0 100 10001 11001 101101 10100 1000101

Color Harmonies of #C0B8A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B8A0

Black with #C0B8A0

Text Example


Text Example

White with #C0B8A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B8A0; }

 p { color: rgb(192,184,160); }

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

background-color css

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

 a { background-color: rgb(192,184,160); }

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

border-color css

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

 span { border-color: rgb(192,184,160); }

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