#C2B58F

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

Shades of Coriander #C2B58F

Tints of Coriander #C2B58F

Color information

#C2B58F (or 0xC2B58F) is unknown color: approx Coriander. HEX triplet: C2, B5 and 8F. RGB value is (194,181,143). Sum of RGB (Red+Green+Blue) = 194+181+143=518 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.45% from 518); Green value is 181 (71.09% from 255 or 34.94% from 518); Blue value is 143 (56.25% from 255 or 27.61% from 518); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B58F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2B58F is #3D4A70. Grayscale: #B4B4B4. Windows color (decimal): -4016753 or 9418178. OLE color: 9418178.

HSL color Cylindrical-coordinate representation of color #C2B58F: hue angle of 44.71º degrees, saturation: 0.29, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C2B58F is Cyan = 0, Magento = 0.07, Yellow = 0.26 and Black (K on CMYK) = 0.24.

Color convert

RGB194181143-
CMYK00.070.260.24
HSL44.71º29.48%66.08%-
HSV(B)44.71º26.29%76.08%-
XYZ43.7346.532.66-
YUV180.55106.81137.59-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.45%
GREEN value IS 181 (71.09% from 255) = 34.94%
BLUE value IS 143 (56.25% from 255) = 27.61%
R=37.45%
G=34.94%
B=27.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.26
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19418114300.070.260.2444.7129.4866.08
HexC2B58F071A182d1d42
Octal3022652170732305535102
Binary11000010101101011000111101111101011000101101111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B58F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B58F; }

 p { color: rgb(194,181,143); }

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

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

 a { background-color: rgb(194,181,143); }

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

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

 span { border-color: rgb(194,181,143); }

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