#C3C0A7

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

Shades of Ash #C3C0A7

Tints of Ash #C3C0A7

Color information

#C3C0A7 (or 0xC3C0A7) is unknown color: approx Ash. HEX triplet: C3, C0 and A7. RGB value is (195,192,167). Sum of RGB (Red+Green+Blue) = 195+192+167=554 (73% of max value = 765). Red value is 195 (76.56% from 255 or 35.20% from 554); Green value is 192 (75.39% from 255 or 34.66% from 554); Blue value is 167 (65.62% from 255 or 30.14% from 554); Max value from RGB is 195 - color contains mainly: red. Hex color #C3C0A7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3C0A7 is #3C3F58. Grayscale: #BEBEBE. Windows color (decimal): -3948377 or 10993859. OLE color: 10993859.

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

Color convert

RGB195192167-
CMYK00.020.140.24
HSL53.57º18.92%70.98%-
HSV(B)53.57º14.36%76.47%-
XYZ48.3352.0944.07-
YUV190.05114.99131.53-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 35.20%
GREEN value IS 192 (75.39% from 255) = 34.66%
BLUE value IS 167 (65.62% from 255) = 30.14%
R=35.20%
G=34.66%
B=30.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.14
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19519216700.020.140.2453.5718.9270.98
HexC3C0A702E18361347
Octal3033002470216306623107
Binary110000111100000010100111010111011000110110100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3C0A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3C0A7; }

 p { color: rgb(195,192,167); }

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

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

 a { background-color: rgb(195,192,167); }

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

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

 span { border-color: rgb(195,192,167); }

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