#C6ACB0

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

Shades of Pink Flare #C6ACB0

Tints of Pink Flare #C6ACB0

Color information

#C6ACB0 (or 0xC6ACB0) is unknown color: approx Pink Flare. HEX triplet: C6, AC and B0. RGB value is (198,172,176). Sum of RGB (Red+Green+Blue) = 198+172+176=546 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36.26% from 546); Green value is 172 (67.58% from 255 or 31.50% from 546); Blue value is 176 (69.14% from 255 or 32.23% from 546); Max value from RGB is 198 - color contains mainly: red. Hex color #C6ACB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6ACB0 is #39534F. Grayscale: #B4B4B4. Windows color (decimal): -3756880 or 11578566. OLE color: 11578566.

HSL color Cylindrical-coordinate representation of color #C6ACB0: hue angle of 350.77º degrees, saturation: 0.19, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C6ACB0 is Cyan = 0, Magento = 0.13, Yellow = 0.11 and Black (K on CMYK) = 0.22.

Color convert

RGB198172176-
CMYK00.130.110.22
HSL350.77º18.57%72.55%-
HSV(B)350.77º13.13%77.65%-
XYZ45.8844.6547.27-
YUV180.23125.61140.67-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 36.26%
GREEN value IS 172 (67.58% from 255) = 31.50%
BLUE value IS 176 (69.14% from 255) = 32.23%
R=36.26%
G=31.50%
B=32.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.11
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19817217600.130.110.22350.7718.5772.55
HexC6ACB00DB1615f1349
Octal306254260015132653723111
Binary11000110101011001011000001101101110110101011111100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6ACB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6ACB0; }

 p { color: rgb(198,172,176); }

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

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

 a { background-color: rgb(198,172,176); }

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

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

 span { border-color: rgb(198,172,176); }

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