#C3BE9C

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

Shades of Ash #C3BE9C

Tints of Ash #C3BE9C

Color information

#C3BE9C (or 0xC3BE9C) is unknown color: approx Ash. HEX triplet: C3, BE and 9C. RGB value is (195,190,156). Sum of RGB (Red+Green+Blue) = 195+190+156=541 (71% of max value = 765). Red value is 195 (76.56% from 255 or 36.04% from 541); Green value is 190 (74.61% from 255 or 35.12% from 541); Blue value is 156 (61.33% from 255 or 28.84% from 541); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BE9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3BE9C is #3C4163. Grayscale: #BBBBBB. Windows color (decimal): -3948900 or 10272451. OLE color: 10272451.

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

Color convert

RGB195190156-
CMYK00.030.200.24
HSL52.31º24.53%68.82%-
HSV(B)52.31º20%76.47%-
XYZ46.9250.8338.79-
YUV187.62110.16133.26-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 36.04%
GREEN value IS 190 (74.61% from 255) = 35.12%
BLUE value IS 156 (61.33% from 255) = 28.84%
R=36.04%
G=35.12%
B=28.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.20
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19519015600.030.200.2452.3124.5368.82
HexC3BE9C031418341945
Octal3032762340324306431105
Binary1100001110111110100111000111010011000110100110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BE9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BE9C; }

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

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

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

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

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

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

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

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