#C3BFA1

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

Shades of Ash #C3BFA1

Tints of Ash #C3BFA1

Color information

#C3BFA1 (or 0xC3BFA1) is unknown color: approx Ash. HEX triplet: C3, BF and A1. RGB value is (195,191,161). Sum of RGB (Red+Green+Blue) = 195+191+161=547 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.65% from 547); Green value is 191 (75% from 255 or 34.92% from 547); Blue value is 161 (63.28% from 255 or 29.43% from 547); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BFA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3BFA1 is #3C405E. Grayscale: #BCBCBC. Windows color (decimal): -3948639 or 10600387. OLE color: 10600387.

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

Color convert

RGB195191161-
CMYK00.020.170.24
HSL52.94º22.08%69.8%-
HSV(B)52.94º17.44%76.47%-
XYZ47.5751.4441.14-
YUV188.78112.33132.44-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 35.65%
GREEN value IS 191 (75% from 255) = 34.92%
BLUE value IS 161 (63.28% from 255) = 29.43%
R=35.65%
G=34.92%
B=29.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.17
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19519116100.020.170.2452.9422.0869.8
HexC3BFA1021118351646
Octal3032772410221306526106
Binary1100001110111111101000010101000111000110101101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BFA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BFA1; }

 p { color: rgb(195,191,161); }

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

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

 a { background-color: rgb(195,191,161); }

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

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

 span { border-color: rgb(195,191,161); }

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