#C2C08C

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

Shades of Coriander #C2C08C

Tints of Coriander #C2C08C

Color information

#C2C08C (or 0xC2C08C) is unknown color: approx Coriander. HEX triplet: C2, C0 and 8C. RGB value is (194,192,140). Sum of RGB (Red+Green+Blue) = 194+192+140=526 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.88% from 526); Green value is 192 (75.39% from 255 or 36.50% from 526); Blue value is 140 (55.08% from 255 or 26.62% from 526); Max value from RGB is 194 - color contains mainly: red. Hex color #C2C08C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2C08C is #3D3F73. Grayscale: #BABABA. Windows color (decimal): -4013940 or 9224386. OLE color: 9224386.

HSL color Cylindrical-coordinate representation of color #C2C08C: hue angle of 57.78º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C2C08C is Cyan = 0, Magento = 0.01, Yellow = 0.28 and Black (K on CMYK) = 0.24.

Color convert

RGB194192140-
CMYK00.010.280.24
HSL57.78º30.68%65.49%-
HSV(B)57.78º27.84%76.08%-
XYZ45.8351.0632.25-
YUV186.67101.66133.23-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.88%
GREEN value IS 192 (75.39% from 255) = 36.50%
BLUE value IS 140 (55.08% from 255) = 26.62%
R=36.88%
G=36.50%
B=26.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.28
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19419214000.010.280.2457.7830.6865.49
HexC2C08C011C183a1f41
Octal3023002140134307237101
Binary110000101100000010001100011110011000111010111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2C08C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2C08C; }

 p { color: rgb(194,192,140); }

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

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

 a { background-color: rgb(194,192,140); }

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

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

 span { border-color: rgb(194,192,140); }

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