#C4BC8C

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

Shades of Coriander #C4BC8C

Tints of Coriander #C4BC8C

Color information

#C4BC8C (or 0xC4BC8C) is unknown color: approx Coriander. HEX triplet: C4, BC and 8C. RGB value is (196,188,140). Sum of RGB (Red+Green+Blue) = 196+188+140=524 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.40% from 524); Green value is 188 (73.83% from 255 or 35.88% from 524); Blue value is 140 (55.08% from 255 or 26.72% from 524); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BC8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4BC8C is #3B4373. Grayscale: #B9B9B9. Windows color (decimal): -3883892 or 9223364. OLE color: 9223364.

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

Color convert

RGB196188140-
CMYK00.040.290.23
HSL51.43º32.18%65.88%-
HSV(B)51.43º28.57%76.86%-
XYZ45.4849.631.99-
YUV184.92102.65135.9-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 37.40%
GREEN value IS 188 (73.83% from 255) = 35.88%
BLUE value IS 140 (55.08% from 255) = 26.72%
R=37.40%
G=35.88%
B=26.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.29
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19618814000.040.290.2351.4332.1865.88
HexC4BC8C041D17332042
Octal3042742140435276340102
Binary110001001011110010001100010011101101111100111000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BC8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BC8C; }

 p { color: rgb(196,188,140); }

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

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

 a { background-color: rgb(196,188,140); }

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

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

 span { border-color: rgb(196,188,140); }

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