#C1BB91

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

Shades of Coriander #C1BB91

Tints of Coriander #C1BB91

Color information

#C1BB91 (or 0xC1BB91) is unknown color: approx Coriander. HEX triplet: C1, BB and 91. RGB value is (193,187,145). Sum of RGB (Red+Green+Blue) = 193+187+145=525 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.76% from 525); Green value is 187 (73.44% from 255 or 35.62% from 525); Blue value is 145 (57.03% from 255 or 27.62% from 525); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BB91 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1BB91 is #3E446E. Grayscale: #B8B8B8. Windows color (decimal): -4080751 or 9550785. OLE color: 9550785.

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

Color convert

RGB193187145-
CMYK00.030.250.24
HSL52.5º27.91%66.27%-
HSV(B)52.5º24.87%75.69%-
XYZ44.8748.9233.87-
YUV184.01105.99134.42-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 36.76%
GREEN value IS 187 (73.44% from 255) = 35.62%
BLUE value IS 145 (57.03% from 255) = 27.62%
R=36.76%
G=35.62%
B=27.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.25
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19318714500.030.250.2452.527.9166.27
HexC1BB91031918341c42
Octal3012732210331306434102
Binary1100000110111011100100010111100111000110100111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1BB91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1BB91; }

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

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

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

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

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

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

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

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