#C4BE90

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

Shades of Coriander #C4BE90

Tints of Coriander #C4BE90

Color information

#C4BE90 (or 0xC4BE90) is unknown color: approx Coriander. HEX triplet: C4, BE and 90. RGB value is (196,190,144). Sum of RGB (Red+Green+Blue) = 196+190+144=530 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.98% from 530); Green value is 190 (74.61% from 255 or 35.85% from 530); Blue value is 144 (56.64% from 255 or 27.17% from 530); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BE90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4BE90 is #3B416F. Grayscale: #BABABA. Windows color (decimal): -3883376 or 9486020. OLE color: 9486020.

HSL color Cylindrical-coordinate representation of color #C4BE90: hue angle of 53.08º degrees, saturation: 0.31, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C4BE90 is Cyan = 0, Magento = 0.03, Yellow = 0.27 and Black (K on CMYK) = 0.23.

Color convert

RGB196190144-
CMYK00.030.270.23
HSL53.08º30.59%66.67%-
HSV(B)53.08º26.53%76.86%-
XYZ46.2150.5833.71-
YUV186.55103.99134.74-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 36.98%
GREEN value IS 190 (74.61% from 255) = 35.85%
BLUE value IS 144 (56.64% from 255) = 27.17%
R=36.98%
G=35.85%
B=27.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.27
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19619014400.030.270.2353.0830.5966.67
HexC4BE90031B17351f43
Octal3042762200333276537103
Binary1100010010111110100100000111101110111110101111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BE90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BE90; }

 p { color: rgb(196,190,144); }

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

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

 a { background-color: rgb(196,190,144); }

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

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

 span { border-color: rgb(196,190,144); }

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