#C3BD8E

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

Shades of Coriander #C3BD8E

Tints of Coriander #C3BD8E

Color information

#C3BD8E (or 0xC3BD8E) is unknown color: approx Coriander. HEX triplet: C3, BD and 8E. RGB value is (195,189,142). Sum of RGB (Red+Green+Blue) = 195+189+142=526 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.07% from 526); Green value is 189 (74.22% from 255 or 35.93% from 526); Blue value is 142 (55.86% from 255 or 27.00% from 526); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BD8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3BD8E is #3C4271. Grayscale: #B9B9B9. Windows color (decimal): -3949170 or 9354691. OLE color: 9354691.

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

Color convert

RGB195189142-
CMYK00.030.270.24
HSL53.21º30.64%66.08%-
HSV(B)53.21º27.18%76.47%-
XYZ45.5949.9532.83-
YUV185.44103.49134.82-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 37.07%
GREEN value IS 189 (74.22% from 255) = 35.93%
BLUE value IS 142 (55.86% from 255) = 27.00%
R=37.07%
G=35.93%
B=27.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.27
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19518914200.030.270.2453.2130.6466.08
HexC3BD8E031B18351f42
Octal3032752160333306537102
Binary1100001110111101100011100111101111000110101111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BD8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BD8E; }

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

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

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

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

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

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

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

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