#C3B98E

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

Shades of Coriander #C3B98E

Tints of Coriander #C3B98E

Color information

#C3B98E (or 0xC3B98E) is unknown color: approx Coriander. HEX triplet: C3, B9 and 8E. RGB value is (195,185,142). Sum of RGB (Red+Green+Blue) = 195+185+142=522 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.36% from 522); Green value is 185 (72.66% from 255 or 35.44% from 522); Blue value is 142 (55.86% from 255 or 27.20% from 522); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B98E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3B98E is #3C4671. Grayscale: #B7B7B7. Windows color (decimal): -3950194 or 9353667. OLE color: 9353667.

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

Color convert

RGB195185142-
CMYK00.050.270.24
HSL48.68º30.64%66.08%-
HSV(B)48.68º27.18%76.47%-
XYZ44.7448.2532.55-
YUV183.09104.81136.5-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 37.36%
GREEN value IS 185 (72.66% from 255) = 35.44%
BLUE value IS 142 (55.86% from 255) = 27.20%
R=37.36%
G=35.44%
B=27.20%

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
Decimal19518514200.050.270.2448.6830.6466.08
HexC3B98E051B18311f42
Octal3032712160533306137102
Binary11000011101110011000111001011101111000110001111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B98E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B98E; }

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

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

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

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

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

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

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

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