#C1BD96

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

Shades of Coriander #C1BD96

Tints of Coriander #C1BD96

Color information

#C1BD96 (or 0xC1BD96) is unknown color: approx Coriander. HEX triplet: C1, BD and 96. RGB value is (193,189,150). Sum of RGB (Red+Green+Blue) = 193+189+150=532 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.28% from 532); Green value is 189 (74.22% from 255 or 35.53% from 532); Blue value is 150 (58.98% from 255 or 28.20% from 532); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BD96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1BD96 is #3E4269. Grayscale: #B9B9B9. Windows color (decimal): -4080234 or 9878977. OLE color: 9878977.

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

Color convert

RGB193189150-
CMYK00.020.220.24
HSL54.42º25.75%67.25%-
HSV(B)54.42º22.28%75.69%-
XYZ45.6949.9336.08-
YUV185.75107.83133.17-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 36.28%
GREEN value IS 189 (74.22% from 255) = 35.53%
BLUE value IS 150 (58.98% from 255) = 28.20%
R=36.28%
G=35.53%
B=28.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.22
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19318915000.020.220.2454.4225.7567.25
HexC1BD96021618361a43
Octal3012752260226306632103
Binary1100000110111101100101100101011011000110110110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1BD96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1BD96; }

 p { color: rgb(193,189,150); }

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

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

 a { background-color: rgb(193,189,150); }

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

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

 span { border-color: rgb(193,189,150); }

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