#C0BD93

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

Shades of Coriander #C0BD93

Tints of Coriander #C0BD93

Color information

#C0BD93 (or 0xC0BD93) is unknown color: approx Coriander. HEX triplet: C0, BD and 93. RGB value is (192,189,147). Sum of RGB (Red+Green+Blue) = 192+189+147=528 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.36% from 528); Green value is 189 (74.22% from 255 or 35.80% from 528); Blue value is 147 (57.81% from 255 or 27.84% from 528); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BD93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0BD93 is #3F426C. Grayscale: #B9B9B9. Windows color (decimal): -4145773 or 9682368. OLE color: 9682368.

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

Color convert

RGB192189147-
CMYK00.020.230.25
HSL56º26.32%66.47%-
HSV(B)56º23.44%75.29%-
XYZ45.249.7134.82-
YUV185.11106.49132.92-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.36%
GREEN value IS 189 (74.22% from 255) = 35.80%
BLUE value IS 147 (57.81% from 255) = 27.84%
R=36.36%
G=35.80%
B=27.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.23
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19218914700.020.230.255626.3266.47
HexC0BD93021719381a42
Octal3002752230227317032102
Binary1100000010111101100100110101011111001111000110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0BD93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0BD93; }

 p { color: rgb(192,189,147); }

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

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

 a { background-color: rgb(192,189,147); }

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

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

 span { border-color: rgb(192,189,147); }

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