#C0BE8C

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

Shades of Coriander #C0BE8C

Tints of Coriander #C0BE8C

Color information

#C0BE8C (or 0xC0BE8C) is unknown color: approx Coriander. HEX triplet: C0, BE and 8C. RGB value is (192,190,140). Sum of RGB (Red+Green+Blue) = 192+190+140=522 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.78% from 522); Green value is 190 (74.61% from 255 or 36.40% from 522); Blue value is 140 (55.08% from 255 or 26.82% from 522); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BE8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0BE8C is #3F4173. Grayscale: #B9B9B9. Windows color (decimal): -4145524 or 9223872. OLE color: 9223872.

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

Color convert

RGB192190140-
CMYK00.010.270.25
HSL57.69º29.21%65.1%-
HSV(B)57.69º27.08%75.29%-
XYZ44.8949.9332.08-
YUV184.9102.66133.07-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.78%
GREEN value IS 190 (74.61% from 255) = 36.40%
BLUE value IS 140 (55.08% from 255) = 26.82%
R=36.78%
G=36.40%
B=26.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.27
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19219014000.010.270.2557.6929.2165.1
HexC0BE8C011B193a1d41
Octal3002762140133317235101
Binary110000001011111010001100011101111001111010111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0BE8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0BE8C; }

 p { color: rgb(192,190,140); }

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

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

 a { background-color: rgb(192,190,140); }

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

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

 span { border-color: rgb(192,190,140); }

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