#C2BB92

Color #C2BB92 Coriander (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Coriander #C2BB92

Tints of Coriander #C2BB92

Color information

#C2BB92 (or 0xC2BB92) is unknown color: approx Coriander. HEX triplet: C2, BB and 92. RGB value is (194,187,146). Sum of RGB (Red+Green+Blue) = 194+187+146=527 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.81% from 527); Green value is 187 (73.44% from 255 or 35.48% from 527); Blue value is 146 (57.42% from 255 or 27.70% from 527); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BB92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2BB92 is #3D446D. Grayscale: #B8B8B8. Windows color (decimal): -4015214 or 9616322. OLE color: 9616322.

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

Color convert

RGB194187146-
CMYK00.040.250.24
HSL51.25º28.24%66.67%-
HSV(B)51.25º24.74%76.08%-
XYZ45.2149.0934.29-
YUV184.42106.32134.83-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.81%
GREEN value IS 187 (73.44% from 255) = 35.48%
BLUE value IS 146 (57.42% from 255) = 27.70%
R=36.81%
G=35.48%
B=27.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.25
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19418714600.040.250.2451.2528.2466.67
HexC2BB92041918331c43
Octal3022732220431306334103
Binary11000010101110111001001001001100111000110011111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BB92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BB92; }

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

 H1.HeaderClassName
 {
   color: #C2BB92;
 }
 .AnyTagClassName
 {
   color: #C2BB92;
 }
</style>
background-color css

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

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

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

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

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

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