#C0B58A

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

Shades of Coriander #C0B58A

Tints of Coriander #C0B58A

Color information

#C0B58A (or 0xC0B58A) is unknown color: approx Coriander. HEX triplet: C0, B5 and 8A. RGB value is (192,181,138). Sum of RGB (Red+Green+Blue) = 192+181+138=511 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.57% from 511); Green value is 181 (71.09% from 255 or 35.42% from 511); Blue value is 138 (54.30% from 255 or 27.01% from 511); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B58A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0B58A is #3F4A75. Grayscale: #B3B3B3. Windows color (decimal): -4147830 or 9090496. OLE color: 9090496.

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

Color convert

RGB192181138-
CMYK00.060.280.25
HSL47.78º30%64.71%-
HSV(B)47.78º28.12%75.29%-
XYZ42.8546.0930.68-
YUV179.39104.64137-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 37.57%
GREEN value IS 181 (71.09% from 255) = 35.42%
BLUE value IS 138 (54.30% from 255) = 27.01%
R=37.57%
G=35.42%
B=27.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.28
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19218113800.060.280.2547.783064.71
HexC0B58A061C19301e41
Octal3002652120634316036101
Binary11000000101101011000101001101110011001110000111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0B58A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0B58A; }

 p { color: rgb(192,181,138); }

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

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

 a { background-color: rgb(192,181,138); }

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

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

 span { border-color: rgb(192,181,138); }

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