#C0BB91

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

Shades of Coriander #C0BB91

Tints of Coriander #C0BB91

Color information

#C0BB91 (or 0xC0BB91) is unknown color: approx Coriander. HEX triplet: C0, BB and 91. RGB value is (192,187,145). Sum of RGB (Red+Green+Blue) = 192+187+145=524 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.64% from 524); Green value is 187 (73.44% from 255 or 35.69% from 524); Blue value is 145 (57.03% from 255 or 27.67% from 524); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BB91 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0BB91 is #3F446E. Grayscale: #B7B7B7. Windows color (decimal): -4146287 or 9550784. OLE color: 9550784.

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

Color convert

RGB192187145-
CMYK00.030.240.25
HSL53.62º27.17%66.08%-
HSV(B)53.62º24.48%75.29%-
XYZ44.6248.7933.85-
YUV183.71106.16133.92-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.64%
GREEN value IS 187 (73.44% from 255) = 35.69%
BLUE value IS 145 (57.03% from 255) = 27.67%
R=36.64%
G=35.69%
B=27.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.24
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19218714500.030.240.2553.6227.1766.08
HexC0BB91031819361b42
Octal3002732210330316633102
Binary1100000010111011100100010111100011001110110110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0BB91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0BB91; }

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

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

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

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

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

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

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

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