#C3B991

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

Shades of Coriander #C3B991

Tints of Coriander #C3B991

Color information

#C3B991 (or 0xC3B991) is unknown color: approx Coriander. HEX triplet: C3, B9 and 91. RGB value is (195,185,145). Sum of RGB (Red+Green+Blue) = 195+185+145=525 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.14% from 525); Green value is 185 (72.66% from 255 or 35.24% from 525); Blue value is 145 (57.03% from 255 or 27.62% from 525); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B991 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3B991 is #3C466E. Grayscale: #B7B7B7. Windows color (decimal): -3950191 or 9550275. OLE color: 9550275.

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

Color convert

RGB195185145-
CMYK00.050.260.24
HSL48º29.41%66.67%-
HSV(B)48º25.64%76.47%-
XYZ44.9748.3433.75-
YUV183.43106.31136.25-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 37.14%
GREEN value IS 185 (72.66% from 255) = 35.24%
BLUE value IS 145 (57.03% from 255) = 27.62%
R=37.14%
G=35.24%
B=27.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.26
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19518514500.050.260.244829.4166.67
HexC3B991051A18301d43
Octal3032712210532306035103
Binary11000011101110011001000101011101011000110000111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B991; }

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

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

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

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

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

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

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

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