#C3BC91

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

Shades of Coriander #C3BC91

Tints of Coriander #C3BC91

Color information

#C3BC91 (or 0xC3BC91) is unknown color: approx Coriander. HEX triplet: C3, BC and 91. RGB value is (195,188,145). Sum of RGB (Red+Green+Blue) = 195+188+145=528 (69% of max value = 765). Red value is 195 (76.56% from 255 or 36.93% from 528); Green value is 188 (73.83% from 255 or 35.61% from 528); Blue value is 145 (57.03% from 255 or 27.46% from 528); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BC91 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3BC91 is #3C436E. Grayscale: #B9B9B9. Windows color (decimal): -3949423 or 9551043. OLE color: 9551043.

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

Color convert

RGB195188145-
CMYK00.040.260.24
HSL51.6º29.41%66.67%-
HSV(B)51.6º25.64%76.47%-
XYZ45.649.6133.96-
YUV185.19105.32135-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 36.93%
GREEN value IS 188 (73.83% from 255) = 35.61%
BLUE value IS 145 (57.03% from 255) = 27.46%
R=36.93%
G=35.61%
B=27.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.26
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19518814500.040.260.2451.629.4166.67
HexC3BC91041A18341d43
Octal3032742210432306435103
Binary11000011101111001001000101001101011000110100111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BC91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BC91; }

 p { color: rgb(195,188,145); }

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

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

 a { background-color: rgb(195,188,145); }

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

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

 span { border-color: rgb(195,188,145); }

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