#C5C090

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

Shades of Coriander #C5C090

Tints of Coriander #C5C090

Color information

#C5C090 (or 0xC5C090) is unknown color: approx Coriander. HEX triplet: C5, C0 and 90. RGB value is (197,192,144). Sum of RGB (Red+Green+Blue) = 197+192+144=533 (70% of max value = 765). Red value is 197 (77.34% from 255 or 36.96% from 533); Green value is 192 (75.39% from 255 or 36.02% from 533); Blue value is 144 (56.64% from 255 or 27.02% from 533); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C090 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5C090 is #3A3F6F. Grayscale: #BCBCBC. Windows color (decimal): -3817328 or 9486533. OLE color: 9486533.

HSL color Cylindrical-coordinate representation of color #C5C090: hue angle of 54.34º degrees, saturation: 0.31, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C5C090 is Cyan = 0, Magento = 0.03, Yellow = 0.27 and Black (K on CMYK) = 0.23.

Color convert

RGB197192144-
CMYK00.030.270.23
HSL54.34º31.36%66.86%-
HSV(B)54.34º26.9%77.25%-
XYZ46.9151.5833.87-
YUV188.02103.16134.4-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 36.96%
GREEN value IS 192 (75.39% from 255) = 36.02%
BLUE value IS 144 (56.64% from 255) = 27.02%
R=36.96%
G=36.02%
B=27.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.27
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19719214400.030.270.2354.3431.3666.86
HexC5C090031B17361f43
Octal3053002200333276637103
Binary1100010111000000100100000111101110111110110111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5C090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5C090; }

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

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

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

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

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

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

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

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