Html Css Color HEX #C2B691 Coriander

📋 copy color: '#C2B691'

red 194 ◦ green 182 ◦ blue 145

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

Shades of Coriander #C2B691

Tints of Coriander #C2B691

RGB

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

 GREEN value IS 182 (71.48% from 255) = 34.93%

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

R = 37.24%
G = 34.93%
B = 27.83%

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

#C2B691 (or 0xC2B691) is known color: Coriander. HEX triplet: C2, B6 and 91. RGB value is (194,182,145). Sum of RGB (Red+Green+Blue) = 194+182+145=521 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.24% from 521); Green value is 182 (71.48% from 255 or 34.93% from 521); Blue value is 145 (57.03% from 255 or 27.83% from 521); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B691 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2B691 is #3D496E. Grayscale: #B5B5B5. Windows color (decimal): -4016495 or 9549506. OLE color: 9549506.

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

Color convert

RGB 194 182 145 -
CMYK 0 0.06 0.25 0.24
HSL 45.31º 0.29% 0.66% -
HSV(B) 45.31º 0.25% 0.76% -
XYZ 44.09 46.97 33.53 -
YUV 181.37 107.48 137.01 -
System Red Green Blue C M Y K H S L
Decimal 194 182 145 0 0.06 0.25 0.24 45.31 0.29 0.66
Hex C2 B6 91 0 6 19 18 2D 1D 42
Octal 302 266 221 0 6 31 30 55 35 102
Binary 11000010 10110110 10010001 0 110 11001 11000 101101 11101 1000010

Color Harmonies of #C2B691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B691

Black with #C2B691

Text Example


Text Example

White with #C2B691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B691; }

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

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

background-color css

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

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

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

border-color css

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

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

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