Html Css Color HEX #C2B791 Coriander

📋 copy color: '#C2B791'

red 194 ◦ green 183 ◦ blue 145

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

Shades of Coriander #C2B791

Tints of Coriander #C2B791

RGB

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

 GREEN value IS 183 (71.88% from 255) = 35.06%

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

R = 37.16%
G = 35.06%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.25

 K value IS 0.24

RGB Variations

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

Color information

#C2B791 (or 0xC2B791) is known color: Coriander. HEX triplet: C2, B7 and 91. RGB value is (194,183,145). Sum of RGB (Red+Green+Blue) = 194+183+145=522 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.16% from 522); Green value is 183 (71.88% from 255 or 35.06% from 522); Blue value is 145 (57.03% from 255 or 27.78% from 522); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B791 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2B791 is #3D486E. Grayscale: #B6B6B6. Windows color (decimal): -4016239 or 9549762. OLE color: 9549762.

HSL color Cylindrical-coordinate representation of color #C2B791: hue angle of 46.53º 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 #C2B791 is Cyan = 0, Magento = 0.06, Yellow = 0.25 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 183 145 -
CMYK 0 0.06 0.25 0.24
HSL 46.53º 0.29% 0.66% -
HSV(B) 46.53º 0.25% 0.76% -
XYZ 44.29 47.38 33.6 -
YUV 181.96 107.14 136.59 -
System Red Green Blue C M Y K H S L
Decimal 194 183 145 0 0.06 0.25 0.24 46.53 0.29 0.66
Hex C2 B7 91 0 6 19 18 2F 1D 42
Octal 302 267 221 0 6 31 30 57 35 102
Binary 11000010 10110111 10010001 0 110 11001 11000 101111 11101 1000010

Color Harmonies of #C2B791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B791

Black with #C2B791

Text Example


Text Example

White with #C2B791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B791; }

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

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

background-color css

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

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

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

border-color css

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

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

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