#C3BE9E

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

Shades of Ash #C3BE9E

Tints of Ash #C3BE9E

Color information

#C3BE9E (or 0xC3BE9E) is unknown color: approx Ash. HEX triplet: C3, BE and 9E. RGB value is (195,190,158). Sum of RGB (Red+Green+Blue) = 195+190+158=543 (71% of max value = 765). Red value is 195 (76.56% from 255 or 35.91% from 543); Green value is 190 (74.61% from 255 or 34.99% from 543); Blue value is 158 (62.11% from 255 or 29.10% from 543); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BE9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3BE9E is #3C4161. Grayscale: #BBBBBB. Windows color (decimal): -3948898 or 10403523. OLE color: 10403523.

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

Color convert

RGB195190158-
CMYK00.030.190.24
HSL51.89º23.57%69.22%-
HSV(B)51.89º18.97%76.47%-
XYZ47.0950.939.69-
YUV187.85111.16133.1-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 35.91%
GREEN value IS 190 (74.61% from 255) = 34.99%
BLUE value IS 158 (62.11% from 255) = 29.10%
R=35.91%
G=34.99%
B=29.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.19
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19519015800.030.190.2451.8923.5769.22
HexC3BE9E031318341845
Octal3032762360323306430105
Binary1100001110111110100111100111001111000110100110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BE9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BE9E; }

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

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

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

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

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

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

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

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