Html Css Color HEX #C2BBA7 Sisal

📋 copy color: '#C2BBA7'

red 194 ◦ green 187 ◦ blue 167

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

Shades of Sisal #C2BBA7

Tints of Sisal #C2BBA7

RGB

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

 GREEN value IS 187 (73.44% from 255) = 34.12%

 BLUE value IS 167 (65.63% from 255) = 30.47%

R = 35.4%
G = 34.12%
B = 30.47%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.14

 K value IS 0.24

RGB Variations

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

Color information

#C2BBA7 (or 0xC2BBA7) is known color: Sisal. HEX triplet: C2, BB and A7. RGB value is (194,187,167). Sum of RGB (Red+Green+Blue) = 194+187+167=548 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.40% from 548); Green value is 187 (73.44% from 255 or 34.12% from 548); Blue value is 167 (65.62% from 255 or 30.47% from 548); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BBA7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2BBA7 is #3D4458. Grayscale: #BABABA. Windows color (decimal): -4015193 or 10992578. OLE color: 10992578.

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

Color convert

RGB 194 187 167 -
CMYK 0 0.04 0.14 0.24
HSL 44.44º 0.18% 0.71% -
HSV(B) 44.44º 0.14% 0.76% -
XYZ 46.99 49.8 43.69 -
YUV 186.81 116.82 133.13 -
System Red Green Blue C M Y K H S L
Decimal 194 187 167 0 0.04 0.14 0.24 44.44 0.18 0.71
Hex C2 BB A7 0 4 E 18 2C 12 47
Octal 302 273 247 0 4 16 30 54 22 107
Binary 11000010 10111011 10100111 0 100 1110 11000 101100 10010 1000111

Color Harmonies of #C2BBA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BBA7

Black with #C2BBA7

Text Example


Text Example

White with #C2BBA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BBA7; }

 p { color: rgb(194,187,167); }

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

background-color css

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

 a { background-color: rgb(194,187,167); }

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

border-color css

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

 span { border-color: rgb(194,187,167); }

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