#C1BE91

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

Shades of Coriander #C1BE91

Tints of Coriander #C1BE91

Color information

#C1BE91 (or 0xC1BE91) is unknown color: approx Coriander. HEX triplet: C1, BE and 91. RGB value is (193,190,145). Sum of RGB (Red+Green+Blue) = 193+190+145=528 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.55% from 528); Green value is 190 (74.61% from 255 or 35.98% from 528); Blue value is 145 (57.03% from 255 or 27.46% from 528); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BE91 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1BE91 is #3E416E. Grayscale: #B9B9B9. Windows color (decimal): -4079983 or 9551553. OLE color: 9551553.

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

Color convert

RGB193190145-
CMYK00.020.250.24
HSL56.25º27.91%66.27%-
HSV(B)56.25º24.87%75.69%-
XYZ45.5250.2134.08-
YUV185.77104.99133.16-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 36.55%
GREEN value IS 190 (74.61% from 255) = 35.98%
BLUE value IS 145 (57.03% from 255) = 27.46%
R=36.55%
G=35.98%
B=27.46%

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
Decimal19319014500.020.250.2456.2527.9166.27
HexC1BE91021918381c42
Octal3012762210231307034102
Binary1100000110111110100100010101100111000111000111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1BE91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1BE91; }

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

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

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

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

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

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

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

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