Html Css Color HEX #C2BB9C Sisal

📋 copy color: '#C2BB9C'

red 194 ◦ green 187 ◦ blue 156

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

Shades of Sisal #C2BB9C

Tints of Sisal #C2BB9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 29.05%

R = 36.13%
G = 34.82%
B = 29.05%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.20

 K value IS 0.24

RGB Variations

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

Color information

#C2BB9C (or 0xC2BB9C) is known color: Sisal. HEX triplet: C2, BB and 9C. RGB value is (194,187,156). Sum of RGB (Red+Green+Blue) = 194+187+156=537 (71% of max value = 765). Red value is 194 (76.17% from 255 or 36.13% from 537); Green value is 187 (73.44% from 255 or 34.82% from 537); Blue value is 156 (61.33% from 255 or 29.05% from 537); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BB9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2BB9C is #3D4463. Grayscale: #B9B9B9. Windows color (decimal): -4015204 or 10271682. OLE color: 10271682.

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

Color convert

RGB 194 187 156 -
CMYK 0 0.04 0.20 0.24
HSL 48.95º 0.24% 0.69% -
HSV(B) 48.95º 0.2% 0.76% -
XYZ 46.02 49.41 38.56 -
YUV 185.56 111.32 134.02 -
System Red Green Blue C M Y K H S L
Decimal 194 187 156 0 0.04 0.20 0.24 48.95 0.24 0.69
Hex C2 BB 9C 0 4 14 18 31 18 45
Octal 302 273 234 0 4 24 30 61 30 105
Binary 11000010 10111011 10011100 0 100 10100 11000 110001 11000 1000101

Color Harmonies of #C2BB9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BB9C

Black with #C2BB9C

Text Example


Text Example

White with #C2BB9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BB9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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