#C3BD95

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

Shades of Coriander #C3BD95

Tints of Coriander #C3BD95

Color information

#C3BD95 (or 0xC3BD95) is unknown color: approx Coriander. HEX triplet: C3, BD and 95. RGB value is (195,189,149). Sum of RGB (Red+Green+Blue) = 195+189+149=533 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.59% from 533); Green value is 189 (74.22% from 255 or 35.46% from 533); Blue value is 149 (58.59% from 255 or 27.95% from 533); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BD95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3BD95 is #3C426A. Grayscale: #BABABA. Windows color (decimal): -3949163 or 9813443. OLE color: 9813443.

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

Color convert

RGB195189149-
CMYK00.030.240.24
HSL52.17º27.71%67.45%-
HSV(B)52.17º23.59%76.47%-
XYZ46.1350.1735.69-
YUV186.23106.99134.25-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 36.59%
GREEN value IS 189 (74.22% from 255) = 35.46%
BLUE value IS 149 (58.59% from 255) = 27.95%
R=36.59%
G=35.46%
B=27.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.24
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19518914900.030.240.2452.1727.7167.45
HexC3BD95031818341c43
Octal3032752250330306434103
Binary1100001110111101100101010111100011000110100111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BD95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BD95; }

 p { color: rgb(195,189,149); }

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

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

 a { background-color: rgb(195,189,149); }

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

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

 span { border-color: rgb(195,189,149); }

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