#C0B892

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

Shades of Coriander #C0B892

Tints of Coriander #C0B892

Color information

#C0B892 (or 0xC0B892) is unknown color: approx Coriander. HEX triplet: C0, B8 and 92. RGB value is (192,184,146). Sum of RGB (Red+Green+Blue) = 192+184+146=522 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.78% from 522); Green value is 184 (72.27% from 255 or 35.25% from 522); Blue value is 146 (57.42% from 255 or 27.97% from 522); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B892 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0B892 is #3F476D. Grayscale: #B6B6B6. Windows color (decimal): -4147054 or 9615552. OLE color: 9615552.

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

Color convert

RGB192184146-
CMYK00.040.240.25
HSL49.57º26.74%66.27%-
HSV(B)49.57º23.96%75.29%-
XYZ44.0747.5634.05-
YUV182.06107.65135.09-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.78%
GREEN value IS 184 (72.27% from 255) = 35.25%
BLUE value IS 146 (57.42% from 255) = 27.97%
R=36.78%
G=35.25%
B=27.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.24
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19218414600.040.240.2549.5726.7466.27
HexC0B892041819321b42
Octal3002702220430316233102
Binary11000000101110001001001001001100011001110010110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0B892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0B892; }

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

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

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

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

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

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

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

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