#C4BD8F

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

Shades of Coriander #C4BD8F

Tints of Coriander #C4BD8F

Color information

#C4BD8F (or 0xC4BD8F) is unknown color: approx Coriander. HEX triplet: C4, BD and 8F. RGB value is (196,189,143). Sum of RGB (Red+Green+Blue) = 196+189+143=528 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.12% from 528); Green value is 189 (74.22% from 255 or 35.80% from 528); Blue value is 143 (56.25% from 255 or 27.08% from 528); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BD8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4BD8F is #3B4270. Grayscale: #BABABA. Windows color (decimal): -3883633 or 9420228. OLE color: 9420228.

HSL color Cylindrical-coordinate representation of color #C4BD8F: hue angle of 52.08º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C4BD8F is Cyan = 0, Magento = 0.04, Yellow = 0.27 and Black (K on CMYK) = 0.23.

Color convert

RGB196189143-
CMYK00.040.270.23
HSL52.08º30.99%66.47%-
HSV(B)52.08º27.04%76.86%-
XYZ45.9250.1133.24-
YUV185.85103.82135.24-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 37.12%
GREEN value IS 189 (74.22% from 255) = 35.80%
BLUE value IS 143 (56.25% from 255) = 27.08%
R=37.12%
G=35.80%
B=27.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.27
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19618914300.040.270.2352.0830.9966.47
HexC4BD8F041B17341f42
Octal3042752170433276437102
Binary11000100101111011000111101001101110111110100111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BD8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BD8F; }

 p { color: rgb(196,189,143); }

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

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

 a { background-color: rgb(196,189,143); }

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

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

 span { border-color: rgb(196,189,143); }

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