#C3BE95

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

Shades of Coriander #C3BE95

Tints of Coriander #C3BE95

Color information

#C3BE95 (or 0xC3BE95) is unknown color: approx Coriander. HEX triplet: C3, BE and 95. RGB value is (195,190,149). Sum of RGB (Red+Green+Blue) = 195+190+149=534 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.52% from 534); Green value is 190 (74.61% from 255 or 35.58% from 534); Blue value is 149 (58.59% from 255 or 27.90% from 534); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BE95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3BE95 is #3C416A. Grayscale: #BABABA. Windows color (decimal): -3948907 or 9813699. OLE color: 9813699.

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

Color convert

RGB195190149-
CMYK00.030.240.24
HSL53.48º27.71%67.45%-
HSV(B)53.48º23.59%76.47%-
XYZ46.3450.635.76-
YUV186.82106.66133.83-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 36.52%
GREEN value IS 190 (74.61% from 255) = 35.58%
BLUE value IS 149 (58.59% from 255) = 27.90%
R=36.52%
G=35.58%
B=27.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.24
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19519014900.030.240.2453.4827.7167.45
HexC3BE95031818351c43
Octal3032762250330306534103
Binary1100001110111110100101010111100011000110101111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BE95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BE95; }

 p { color: rgb(195,190,149); }

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

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

 a { background-color: rgb(195,190,149); }

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

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

 span { border-color: rgb(195,190,149); }

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