#C3BE9F

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

Shades of Ash #C3BE9F

Tints of Ash #C3BE9F

Color information

#C3BE9F (or 0xC3BE9F) is unknown color: approx Ash. HEX triplet: C3, BE and 9F. RGB value is (195,190,159). Sum of RGB (Red+Green+Blue) = 195+190+159=544 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.85% from 544); Green value is 190 (74.61% from 255 or 34.93% from 544); Blue value is 159 (62.5% from 255 or 29.23% from 544); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BE9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3BE9F is #3C4160. Grayscale: #BCBCBC. Windows color (decimal): -3948897 or 10469059. OLE color: 10469059.

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

Color convert

RGB195190159-
CMYK00.030.180.24
HSL51.67º23.08%69.41%-
HSV(B)51.67º18.46%76.47%-
XYZ47.1850.9340.15-
YUV187.96111.66133.02-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 35.85%
GREEN value IS 190 (74.61% from 255) = 34.93%
BLUE value IS 159 (62.5% from 255) = 29.23%
R=35.85%
G=34.93%
B=29.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.18
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19519015900.030.180.2451.6723.0869.41
HexC3BE9F031218341745
Octal3032762370322306427105
Binary1100001110111110100111110111001011000110100101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BE9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BE9F; }

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

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

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

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

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

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

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

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