#C3B88E

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

Shades of Coriander #C3B88E

Tints of Coriander #C3B88E

Color information

#C3B88E (or 0xC3B88E) is unknown color: approx Coriander. HEX triplet: C3, B8 and 8E. RGB value is (195,184,142). Sum of RGB (Red+Green+Blue) = 195+184+142=521 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.43% from 521); Green value is 184 (72.27% from 255 or 35.32% from 521); Blue value is 142 (55.86% from 255 or 27.26% from 521); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B88E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3B88E is #3C4771. Grayscale: #B6B6B6. Windows color (decimal): -3950450 or 9353411. OLE color: 9353411.

HSL color Cylindrical-coordinate representation of color #C3B88E: hue angle of 47.55º degrees, saturation: 0.31, 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 #C3B88E is Cyan = 0, Magento = 0.06, Yellow = 0.27 and Black (K on CMYK) = 0.24.

Color convert

RGB195184142-
CMYK00.060.270.24
HSL47.55º30.64%66.08%-
HSV(B)47.55º27.18%76.47%-
XYZ44.5347.8432.48-
YUV182.5105.14136.92-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 37.43%
GREEN value IS 184 (72.27% from 255) = 35.32%
BLUE value IS 142 (55.86% from 255) = 27.26%
R=37.43%
G=35.32%
B=27.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.27
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19518414200.060.270.2447.5530.6466.08
HexC3B88E061B18301f42
Octal3032702160633306037102
Binary11000011101110001000111001101101111000110000111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B88E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B88E; }

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

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

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

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

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

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

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

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