#C3B992

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

Shades of Coriander #C3B992

Tints of Coriander #C3B992

Color information

#C3B992 (or 0xC3B992) is unknown color: approx Coriander. HEX triplet: C3, B9 and 92. RGB value is (195,185,146). Sum of RGB (Red+Green+Blue) = 195+185+146=526 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.07% from 526); Green value is 185 (72.66% from 255 or 35.17% from 526); Blue value is 146 (57.42% from 255 or 27.76% from 526); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B992 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3B992 is #3C466D. Grayscale: #B7B7B7. Windows color (decimal): -3950190 or 9615811. OLE color: 9615811.

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

Color convert

RGB195185146-
CMYK00.050.250.24
HSL47.76º28.99%66.86%-
HSV(B)47.76º25.13%76.47%-
XYZ45.0448.3834.16-
YUV183.54106.81136.17-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 37.07%
GREEN value IS 185 (72.66% from 255) = 35.17%
BLUE value IS 146 (57.42% from 255) = 27.76%
R=37.07%
G=35.17%
B=27.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.25
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19518514600.050.250.2447.7628.9966.86
HexC3B992051918301d43
Octal3032712220531306035103
Binary11000011101110011001001001011100111000110000111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B992; }

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

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

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

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

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

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

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

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