#C2B88E

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

Shades of Coriander #C2B88E

Tints of Coriander #C2B88E

Color information

#C2B88E (or 0xC2B88E) is unknown color: approx Coriander. HEX triplet: C2, B8 and 8E. RGB value is (194,184,142). Sum of RGB (Red+Green+Blue) = 194+184+142=520 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.31% from 520); Green value is 184 (72.27% from 255 or 35.38% from 520); Blue value is 142 (55.86% from 255 or 27.31% from 520); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B88E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2B88E is #3D4771. Grayscale: #B6B6B6. Windows color (decimal): -4015986 or 9353410. OLE color: 9353410.

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

Color convert

RGB194184142-
CMYK00.050.270.24
HSL48.46º29.89%65.88%-
HSV(B)48.46º26.8%76.08%-
XYZ44.2747.732.47-
YUV182.2105.31136.42-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.31%
GREEN value IS 184 (72.27% from 255) = 35.38%
BLUE value IS 142 (55.86% from 255) = 27.31%
R=37.31%
G=35.38%
B=27.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.27
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19418414200.050.270.2448.4629.8965.88
HexC2B88E051B18301e42
Octal3022702160533306036102
Binary11000010101110001000111001011101111000110000111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B88E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B88E; }

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

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

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

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

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

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

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

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