#C2AFB0

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

Shades of Pink Flare #C2AFB0

Tints of Pink Flare #C2AFB0

Color information

#C2AFB0 (or 0xC2AFB0) is unknown color: approx Pink Flare. HEX triplet: C2, AF and B0. RGB value is (194,175,176). Sum of RGB (Red+Green+Blue) = 194+175+176=545 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.60% from 545); Green value is 175 (68.75% from 255 or 32.11% from 545); Blue value is 176 (69.14% from 255 or 32.29% from 545); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AFB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2AFB0 is #3D504F. Grayscale: #B4B4B4. Windows color (decimal): -4018256 or 11579330. OLE color: 11579330.

HSL color Cylindrical-coordinate representation of color #C2AFB0: hue angle of 356.84º degrees, saturation: 0.13, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C2AFB0 is Cyan = 0, Magento = 0.10, Yellow = 0.09 and Black (K on CMYK) = 0.24.

Color convert

RGB194175176-
CMYK00.100.090.24
HSL356.84º13.48%72.35%-
HSV(B)356.84º9.79%76.08%-
XYZ45.4145.2647.42-
YUV180.8125.29137.42-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 35.60%
GREEN value IS 175 (68.75% from 255) = 32.11%
BLUE value IS 176 (69.14% from 255) = 32.29%
R=35.60%
G=32.11%
B=32.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.09
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19417517600.100.090.24356.8413.4872.35
HexC2AFB00A918165d48
Octal302257260012113054515110
Binary1100001010101111101100000101010011100010110010111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2AFB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2AFB0; }

 p { color: rgb(194,175,176); }

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

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

 a { background-color: rgb(194,175,176); }

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

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

 span { border-color: rgb(194,175,176); }

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