#C1BBA1

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

Shades of Ash #C1BBA1

Tints of Ash #C1BBA1

Color information

#C1BBA1 (or 0xC1BBA1) is unknown color: approx Ash. HEX triplet: C1, BB and A1. RGB value is (193,187,161). Sum of RGB (Red+Green+Blue) = 193+187+161=541 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.67% from 541); Green value is 187 (73.44% from 255 or 34.57% from 541); Blue value is 161 (63.28% from 255 or 29.76% from 541); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BBA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1BBA1 is #3E445E. Grayscale: #B9B9B9. Windows color (decimal): -4080735 or 10599361. OLE color: 10599361.

HSL color Cylindrical-coordinate representation of color #C1BBA1: hue angle of 48.75º 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 #C1BBA1 is Cyan = 0, Magento = 0.03, Yellow = 0.17 and Black (K on CMYK) = 0.24.

Color convert

RGB193187161-
CMYK00.030.170.24
HSL48.75º20.51%69.41%-
HSV(B)48.75º16.58%75.69%-
XYZ46.249.4540.83-
YUV185.83113.99133.11-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 35.67%
GREEN value IS 187 (73.44% from 255) = 34.57%
BLUE value IS 161 (63.28% from 255) = 29.76%
R=35.67%
G=34.57%
B=29.76%

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
Decimal19318716100.030.170.2448.7520.5169.41
HexC1BBA1031118311545
Octal3012732410321306125105
Binary1100000110111011101000010111000111000110001101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1BBA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1BBA1; }

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

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

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

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

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

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

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

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