#C3BF91

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

Shades of Coriander #C3BF91

Tints of Coriander #C3BF91

Color information

#C3BF91 (or 0xC3BF91) is unknown color: approx Coriander. HEX triplet: C3, BF and 91. RGB value is (195,191,145). Sum of RGB (Red+Green+Blue) = 195+191+145=531 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.72% from 531); Green value is 191 (75% from 255 or 35.97% from 531); Blue value is 145 (57.03% from 255 or 27.31% from 531); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BF91 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3BF91 is #3C406E. Grayscale: #BBBBBB. Windows color (decimal): -3948655 or 9551811. OLE color: 9551811.

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

Color convert

RGB195191145-
CMYK00.020.260.24
HSL55.2º29.41%66.67%-
HSV(B)55.2º25.64%76.47%-
XYZ46.2550.9134.18-
YUV186.95104.33133.74-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 36.72%
GREEN value IS 191 (75% from 255) = 35.97%
BLUE value IS 145 (57.03% from 255) = 27.31%
R=36.72%
G=35.97%
B=27.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.26
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19519114500.020.260.2455.229.4166.67
HexC3BF91021A18371d43
Octal3032772210232306735103
Binary1100001110111111100100010101101011000110111111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BF91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BF91; }

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

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

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

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

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

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

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

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