Html Css Color HEX #C2BA99 Sisal

📋 copy color: '#C2BA99'

red 194 ◦ green 186 ◦ blue 153

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

Shades of Sisal #C2BA99

Tints of Sisal #C2BA99

RGB

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

 GREEN value IS 186 (73.05% from 255) = 34.9%

 BLUE value IS 153 (60.16% from 255) = 28.71%

R = 36.4%
G = 34.9%
B = 28.71%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.21

 K value IS 0.24

RGB Variations

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

Color information

#C2BA99 (or 0xC2BA99) is known color: Sisal. HEX triplet: C2, BA and 99. RGB value is (194,186,153). Sum of RGB (Red+Green+Blue) = 194+186+153=533 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.40% from 533); Green value is 186 (73.05% from 255 or 34.90% from 533); Blue value is 153 (60.16% from 255 or 28.71% from 533); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BA99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2BA99 is #3D4566. Grayscale: #B8B8B8. Windows color (decimal): -4015463 or 10074818. OLE color: 10074818.

HSL color Cylindrical-coordinate representation of color #C2BA99: hue angle of 48.29º degrees, saturation: 0.25, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C2BA99 is Cyan = 0, Magento = 0.04, Yellow = 0.21 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 186 153 -
CMYK 0 0.04 0.21 0.24
HSL 48.29º 0.25% 0.68% -
HSV(B) 48.29º 0.21% 0.76% -
XYZ 45.56 48.89 37.17 -
YUV 184.63 110.15 134.68 -
System Red Green Blue C M Y K H S L
Decimal 194 186 153 0 0.04 0.21 0.24 48.29 0.25 0.68
Hex C2 BA 99 0 4 15 18 30 19 44
Octal 302 272 231 0 4 25 30 60 31 104
Binary 11000010 10111010 10011001 0 100 10101 11000 110000 11001 1000100

Color Harmonies of #C2BA99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BA99

Black with #C2BA99

Text Example


Text Example

White with #C2BA99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BA99; }

 p { color: rgb(194,186,153); }

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

background-color css

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

 a { background-color: rgb(194,186,153); }

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

border-color css

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

 span { border-color: rgb(194,186,153); }

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