#C1BCA1

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

Shades of Ash #C1BCA1

Tints of Ash #C1BCA1

Color information

#C1BCA1 (or 0xC1BCA1) is unknown color: approx Ash. HEX triplet: C1, BC and A1. RGB value is (193,188,161). Sum of RGB (Red+Green+Blue) = 193+188+161=542 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.61% from 542); Green value is 188 (73.83% from 255 or 34.69% from 542); Blue value is 161 (63.28% from 255 or 29.70% from 542); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BCA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1BCA1 is #3E435E. Grayscale: #BABABA. Windows color (decimal): -4080479 or 10599617. OLE color: 10599617.

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

Color convert

RGB193188161-
CMYK00.030.170.24
HSL50.62º20.51%69.41%-
HSV(B)50.62º16.58%75.69%-
XYZ46.4149.8840.9-
YUV186.42113.66132.7-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 35.61%
GREEN value IS 188 (73.83% from 255) = 34.69%
BLUE value IS 161 (63.28% from 255) = 29.70%
R=35.61%
G=34.69%
B=29.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.17
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19318816100.030.170.2450.6220.5169.41
HexC1BCA1031118331545
Octal3012742410321306325105
Binary1100000110111100101000010111000111000110011101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1BCA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1BCA1; }

 p { color: rgb(193,188,161); }

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

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

 a { background-color: rgb(193,188,161); }

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

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

 span { border-color: rgb(193,188,161); }

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