#C0BE90

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

Shades of Coriander #C0BE90

Tints of Coriander #C0BE90

Color information

#C0BE90 (or 0xC0BE90) is unknown color: approx Coriander. HEX triplet: C0, BE and 90. RGB value is (192,190,144). Sum of RGB (Red+Green+Blue) = 192+190+144=526 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.50% from 526); Green value is 190 (74.61% from 255 or 36.12% from 526); Blue value is 144 (56.64% from 255 or 27.38% from 526); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BE90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0BE90 is #3F416F. Grayscale: #B9B9B9. Windows color (decimal): -4145520 or 9486016. OLE color: 9486016.

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

Color convert

RGB192190144-
CMYK00.010.250.25
HSL57.5º27.59%65.88%-
HSV(B)57.5º25%75.29%-
XYZ45.1950.0533.66-
YUV185.35104.66132.74-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.50%
GREEN value IS 190 (74.61% from 255) = 36.12%
BLUE value IS 144 (56.64% from 255) = 27.38%
R=36.50%
G=36.12%
B=27.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.25
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19219014400.010.250.2557.527.5965.88
HexC0BE900119193a1c42
Octal3002762200131317234102
Binary110000001011111010010000011100111001111010111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0BE90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0BE90; }

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

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

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

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

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

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

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

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