#C0BC92

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

Shades of Coriander #C0BC92

Tints of Coriander #C0BC92

Color information

#C0BC92 (or 0xC0BC92) is unknown color: approx Coriander. HEX triplet: C0, BC and 92. RGB value is (192,188,146). Sum of RGB (Red+Green+Blue) = 192+188+146=526 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.50% from 526); Green value is 188 (73.83% from 255 or 35.74% from 526); Blue value is 146 (57.42% from 255 or 27.76% from 526); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BC92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0BC92 is #3F436D. Grayscale: #B8B8B8. Windows color (decimal): -4146030 or 9616576. OLE color: 9616576.

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

Color convert

RGB192188146-
CMYK00.020.240.25
HSL54.78º26.74%66.27%-
HSV(B)54.78º23.96%75.29%-
XYZ44.9149.2534.33-
YUV184.41106.33133.42-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.50%
GREEN value IS 188 (73.83% from 255) = 35.74%
BLUE value IS 146 (57.42% from 255) = 27.76%
R=36.50%
G=35.74%
B=27.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.24
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19218814600.020.240.2554.7826.7466.27
HexC0BC92021819371b42
Octal3002742220230316733102
Binary1100000010111100100100100101100011001110111110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0BC92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0BC92; }

 p { color: rgb(192,188,146); }

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

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

 a { background-color: rgb(192,188,146); }

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

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

 span { border-color: rgb(192,188,146); }

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