Html Css Color HEX #C2B9A4 Sisal

📋 copy color: '#C2B9A4'

red 194 ◦ green 185 ◦ blue 164

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

Shades of Sisal #C2B9A4

Tints of Sisal #C2B9A4

RGB

 RED value IS 194 (76.17% from 255) = 35.73%

 GREEN value IS 185 (72.66% from 255) = 34.07%

 BLUE value IS 164 (64.45% from 255) = 30.2%

R = 35.73%
G = 34.07%
B = 30.2%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.15

 K value IS 0.24

RGB Variations

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

Color information

#C2B9A4 (or 0xC2B9A4) is known color: Sisal. HEX triplet: C2, B9 and A4. RGB value is (194,185,164). Sum of RGB (Red+Green+Blue) = 194+185+164=543 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.73% from 543); Green value is 185 (72.66% from 255 or 34.07% from 543); Blue value is 164 (64.45% from 255 or 30.20% from 543); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B9A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2B9A4 is #3D465B. Grayscale: #B9B9B9. Windows color (decimal): -4015708 or 10795458. OLE color: 10795458.

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

Color convert

RGB 194 185 164 -
CMYK 0 0.05 0.15 0.24
HSL 42º 0.2% 0.7% -
HSV(B) 42º 0.15% 0.76% -
XYZ 46.3 48.85 42.11 -
YUV 185.3 115.98 134.21 -
System Red Green Blue C M Y K H S L
Decimal 194 185 164 0 0.05 0.15 0.24 42 0.2 0.7
Hex C2 B9 A4 0 5 F 18 2A 14 46
Octal 302 271 244 0 5 17 30 52 24 106
Binary 11000010 10111001 10100100 0 101 1111 11000 101010 10100 1000110

Color Harmonies of #C2B9A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B9A4

Black with #C2B9A4

Text Example


Text Example

White with #C2B9A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B9A4; }

 p { color: rgb(194,185,164); }

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

background-color css

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

 a { background-color: rgb(194,185,164); }

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

border-color css

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

 span { border-color: rgb(194,185,164); }

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