#C0B985

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

Shades of Coriander #C0B985

Tints of Coriander #C0B985

Color information

#C0B985 (or 0xC0B985) is unknown color: approx Coriander. HEX triplet: C0, B9 and 85. RGB value is (192,185,133). Sum of RGB (Red+Green+Blue) = 192+185+133=510 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.65% from 510); Green value is 185 (72.66% from 255 or 36.27% from 510); Blue value is 133 (52.34% from 255 or 26.08% from 510); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B985 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0B985 is #3F467A. Grayscale: #B5B5B5. Windows color (decimal): -4146811 or 8763840. OLE color: 8763840.

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

Color convert

RGB192185133-
CMYK00.040.310.25
HSL52.88º31.89%63.73%-
HSV(B)52.88º30.73%75.29%-
XYZ43.3247.629.09-
YUV181.16100.82135.73-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 37.65%
GREEN value IS 185 (72.66% from 255) = 36.27%
BLUE value IS 133 (52.34% from 255) = 26.08%
R=37.65%
G=36.27%
B=26.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.31
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19218513300.040.310.2552.8831.8963.73
HexC0B985041F19352040
Octal3002712050437316540100
Binary110000001011100110000101010011111110011101011000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0B985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0B985; }

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

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

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

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

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

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

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

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