#C0BB85

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

Shades of Coriander #C0BB85

Tints of Coriander #C0BB85

Color information

#C0BB85 (or 0xC0BB85) is unknown color: approx Coriander. HEX triplet: C0, BB and 85. RGB value is (192,187,133). Sum of RGB (Red+Green+Blue) = 192+187+133=512 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.5% from 512); Green value is 187 (73.44% from 255 or 36.52% from 512); Blue value is 133 (52.34% from 255 or 25.98% from 512); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BB85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0BB85 is #3F447A. Grayscale: #B6B6B6. Windows color (decimal): -4146299 or 8764352. OLE color: 8764352.

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

Color convert

RGB192187133-
CMYK00.030.310.25
HSL54.92º31.89%63.73%-
HSV(B)54.92º30.73%75.29%-
XYZ43.7448.4429.23-
YUV182.34100.16134.89-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 37.5%
GREEN value IS 187 (73.44% from 255) = 36.52%
BLUE value IS 133 (52.34% from 255) = 25.98%
R=37.5%
G=36.52%
B=25.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.31
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19218713300.030.310.2554.9231.8963.73
HexC0BB85031F19372040
Octal3002732050337316740100
Binary11000000101110111000010101111111110011101111000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0BB85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0BB85; }

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

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

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

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

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

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

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

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