Html Css Color HEX #C3B8A0 Sisal

📋 copy color: '#C3B8A0'

red 195 ◦ green 184 ◦ blue 160

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

Shades of Sisal #C3B8A0

Tints of Sisal #C3B8A0

RGB

 RED value IS 195 (76.56% from 255) = 36.18%

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

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

R = 36.18%
G = 34.14%
B = 29.68%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.18

 K value IS 0.24

RGB Variations

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

Color information

#C3B8A0 (or 0xC3B8A0) is known color: Sisal. HEX triplet: C3, B8 and A0. RGB value is (195,184,160). Sum of RGB (Red+Green+Blue) = 195+184+160=539 (71% of max value = 765). Red value is 195 (76.56% from 255 or 36.18% from 539); Green value is 184 (72.27% from 255 or 34.14% from 539); Blue value is 160 (62.89% from 255 or 29.68% from 539); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B8A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3B8A0 is #3C475F. Grayscale: #B8B8B8. Windows color (decimal): -3950432 or 10533059. OLE color: 10533059.

HSL color Cylindrical-coordinate representation of color #C3B8A0: hue angle of 41.14º degrees, saturation: 0.23, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C3B8A0 is Cyan = 0, Magento = 0.06, Yellow = 0.18 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 184 160 -
CMYK 0 0.06 0.18 0.24
HSL 41.14º 0.23% 0.7% -
HSV(B) 41.14º 0.18% 0.76% -
XYZ 45.99 48.42 40.18 -
YUV 184.55 114.14 135.45 -
System Red Green Blue C M Y K H S L
Decimal 195 184 160 0 0.06 0.18 0.24 41.14 0.23 0.7
Hex C3 B8 A0 0 6 12 18 29 17 46
Octal 303 270 240 0 6 22 30 51 27 106
Binary 11000011 10111000 10100000 0 110 10010 11000 101001 10111 1000110

Color Harmonies of #C3B8A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3B8A0

Black with #C3B8A0

Text Example


Text Example

White with #C3B8A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3B8A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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