#C2B88C

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

Shades of Coriander #C2B88C

Tints of Coriander #C2B88C

Color information

#C2B88C (or 0xC2B88C) is unknown color: approx Coriander. HEX triplet: C2, B8 and 8C. RGB value is (194,184,140). Sum of RGB (Red+Green+Blue) = 194+184+140=518 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.45% from 518); Green value is 184 (72.27% from 255 or 35.52% from 518); Blue value is 140 (55.08% from 255 or 27.03% from 518); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B88C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2B88C is #3D4773. Grayscale: #B6B6B6. Windows color (decimal): -4015988 or 9222338. OLE color: 9222338.

HSL color Cylindrical-coordinate representation of color #C2B88C: hue angle of 48.89º 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 #C2B88C is Cyan = 0, Magento = 0.05, Yellow = 0.28 and Black (K on CMYK) = 0.24.

Color convert

RGB194184140-
CMYK00.050.280.24
HSL48.89º30.68%65.49%-
HSV(B)48.89º27.84%76.08%-
XYZ44.1247.6431.68-
YUV181.97104.31136.58-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.45%
GREEN value IS 184 (72.27% from 255) = 35.52%
BLUE value IS 140 (55.08% from 255) = 27.03%
R=37.45%
G=35.52%
B=27.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.28
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19418414000.050.280.2448.8930.6865.49
HexC2B88C051C18311f41
Octal3022702140534306137101
Binary11000010101110001000110001011110011000110001111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B88C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B88C; }

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

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

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

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

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

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

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

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