#C3BC90

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

Shades of Coriander #C3BC90

Tints of Coriander #C3BC90

Color information

#C3BC90 (or 0xC3BC90) is unknown color: approx Coriander. HEX triplet: C3, BC and 90. RGB value is (195,188,144). Sum of RGB (Red+Green+Blue) = 195+188+144=527 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.00% from 527); Green value is 188 (73.83% from 255 or 35.67% from 527); Blue value is 144 (56.64% from 255 or 27.32% from 527); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BC90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3BC90 is #3C436F. Grayscale: #B9B9B9. Windows color (decimal): -3949424 or 9485507. OLE color: 9485507.

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

Color convert

RGB195188144-
CMYK00.040.260.24
HSL51.76º29.82%66.47%-
HSV(B)51.76º26.15%76.47%-
XYZ45.5249.5833.56-
YUV185.08104.82135.08-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 37.00%
GREEN value IS 188 (73.83% from 255) = 35.67%
BLUE value IS 144 (56.64% from 255) = 27.32%
R=37.00%
G=35.67%
B=27.32%

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
Decimal19518814400.040.260.2451.7629.8266.47
HexC3BC90041A18341e42
Octal3032742200432306436102
Binary11000011101111001001000001001101011000110100111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BC90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BC90; }

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

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

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

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

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

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

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

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