#C1B997

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

Shades of Coriander #C1B997

Tints of Coriander #C1B997

Color information

#C1B997 (or 0xC1B997) is unknown color: approx Coriander. HEX triplet: C1, B9 and 97. RGB value is (193,185,151). Sum of RGB (Red+Green+Blue) = 193+185+151=529 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.48% from 529); Green value is 185 (72.66% from 255 or 34.97% from 529); Blue value is 151 (59.38% from 255 or 28.54% from 529); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B997 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1B997 is #3E4668. Grayscale: #B7B7B7. Windows color (decimal): -4081257 or 9943489. OLE color: 9943489.

HSL color Cylindrical-coordinate representation of color #C1B997: hue angle of 48.57º degrees, saturation: 0.25, 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 #C1B997 is Cyan = 0, Magento = 0.04, Yellow = 0.22 and Black (K on CMYK) = 0.24.

Color convert

RGB193185151-
CMYK00.040.220.24
HSL48.57º25.3%67.45%-
HSV(B)48.57º21.76%75.69%-
XYZ44.9348.2736.23-
YUV183.52109.65134.76-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 36.48%
GREEN value IS 185 (72.66% from 255) = 34.97%
BLUE value IS 151 (59.38% from 255) = 28.54%
R=36.48%
G=34.97%
B=28.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.22
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19318515100.040.220.2448.5725.367.45
HexC1B997041618311943
Octal3012712270426306131103
Binary11000001101110011001011101001011011000110001110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1B997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1B997; }

 p { color: rgb(193,185,151); }

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

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

 a { background-color: rgb(193,185,151); }

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

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

 span { border-color: rgb(193,185,151); }

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