#C1BD91

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

Shades of Coriander #C1BD91

Tints of Coriander #C1BD91

Color information

#C1BD91 (or 0xC1BD91) is unknown color: approx Coriander. HEX triplet: C1, BD and 91. RGB value is (193,189,145). Sum of RGB (Red+Green+Blue) = 193+189+145=527 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.62% from 527); Green value is 189 (74.22% from 255 or 35.86% from 527); Blue value is 145 (57.03% from 255 or 27.51% from 527); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BD91 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1BD91 is #3E426E. Grayscale: #B9B9B9. Windows color (decimal): -4080239 or 9551297. OLE color: 9551297.

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

Color convert

RGB193189145-
CMYK00.020.250.24
HSL55º27.91%66.27%-
HSV(B)55º24.87%75.69%-
XYZ45.349.7834.01-
YUV185.18105.33133.58-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 36.62%
GREEN value IS 189 (74.22% from 255) = 35.86%
BLUE value IS 145 (57.03% from 255) = 27.51%
R=36.62%
G=35.86%
B=27.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.25
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19318914500.020.250.245527.9166.27
HexC1BD91021918371c42
Octal3012752210231306734102
Binary1100000110111101100100010101100111000110111111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1BD91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1BD91; }

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

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

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

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

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

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

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

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