Html Css Color HEX #C2BB91 Coriander

📋 copy color: '#C2BB91'

red 194 ◦ green 187 ◦ blue 145

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

Shades of Coriander #C2BB91

Tints of Coriander #C2BB91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 27.57%

R = 36.88%
G = 35.55%
B = 27.57%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.25

 K value IS 0.24

RGB Variations

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

Color information

#C2BB91 (or 0xC2BB91) is known color: Coriander. HEX triplet: C2, BB and 91. RGB value is (194,187,145). Sum of RGB (Red+Green+Blue) = 194+187+145=526 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.88% from 526); Green value is 187 (73.44% from 255 or 35.55% from 526); Blue value is 145 (57.03% from 255 or 27.57% from 526); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BB91 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2BB91 is #3D446E. Grayscale: #B8B8B8. Windows color (decimal): -4015215 or 9550786. OLE color: 9550786.

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

Color convert

RGB 194 187 145 -
CMYK 0 0.04 0.25 0.24
HSL 51.43º 0.29% 0.66% -
HSV(B) 51.43º 0.25% 0.76% -
XYZ 45.13 49.05 33.88 -
YUV 184.31 105.82 134.92 -
System Red Green Blue C M Y K H S L
Decimal 194 187 145 0 0.04 0.25 0.24 51.43 0.29 0.66
Hex C2 BB 91 0 4 19 18 33 1D 42
Octal 302 273 221 0 4 31 30 63 35 102
Binary 11000010 10111011 10010001 0 100 11001 11000 110011 11101 1000010

Color Harmonies of #C2BB91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BB91

Black with #C2BB91

Text Example


Text Example

White with #C2BB91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BB91; }

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

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

background-color css

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

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

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

border-color css

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

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

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