Html Css Color HEX #C2BC91 Coriander

📋 copy color: '#C2BC91'

red 194 ◦ green 188 ◦ blue 145

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

Shades of Coriander #C2BC91

Tints of Coriander #C2BC91

RGB

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

 GREEN value IS 188 (73.83% from 255) = 35.67%

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

R = 36.81%
G = 35.67%
B = 27.51%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.25

 K value IS 0.24

RGB Variations

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

Color information

#C2BC91 (or 0xC2BC91) is known color: Coriander. HEX triplet: C2, BC and 91. RGB value is (194,188,145). Sum of RGB (Red+Green+Blue) = 194+188+145=527 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.81% from 527); Green value is 188 (73.83% from 255 or 35.67% from 527); Blue value is 145 (57.03% from 255 or 27.51% from 527); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BC91 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2BC91 is #3D436E. Grayscale: #B9B9B9. Windows color (decimal): -4014959 or 9551042. OLE color: 9551042.

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

Color convert

RGB 194 188 145 -
CMYK 0 0.03 0.25 0.24
HSL 52.65º 0.29% 0.66% -
HSV(B) 52.65º 0.25% 0.76% -
XYZ 45.34 49.48 33.95 -
YUV 184.89 105.49 134.5 -
System Red Green Blue C M Y K H S L
Decimal 194 188 145 0 0.03 0.25 0.24 52.65 0.29 0.66
Hex C2 BC 91 0 3 19 18 35 1D 42
Octal 302 274 221 0 3 31 30 65 35 102
Binary 11000010 10111100 10010001 0 11 11001 11000 110101 11101 1000010

Color Harmonies of #C2BC91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BC91

Black with #C2BC91

Text Example


Text Example

White with #C2BC91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BC91; }

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

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

background-color css

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

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

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

border-color css

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

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

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