#C7AFB6

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

Shades of Pink Flare #C7AFB6

Tints of Pink Flare #C7AFB6

Color information

#C7AFB6 (or 0xC7AFB6) is unknown color: approx Pink Flare. HEX triplet: C7, AF and B6. RGB value is (199,175,182). Sum of RGB (Red+Green+Blue) = 199+175+182=556 (73% of max value = 765). Red value is 199 (78.12% from 255 or 35.79% from 556); Green value is 175 (68.75% from 255 or 31.47% from 556); Blue value is 182 (71.48% from 255 or 32.73% from 556); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AFB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7AFB6 is #385049. Grayscale: #B6B6B6. Windows color (decimal): -3690570 or 11972551. OLE color: 11972551.

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

Color convert

RGB199175182-
CMYK00.120.090.22
HSL342.5º17.65%73.33%-
HSV(B)342.5º12.06%78.04%-
XYZ47.3346.1850.68-
YUV182.97127.45139.43-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 35.79%
GREEN value IS 175 (68.75% from 255) = 31.47%
BLUE value IS 182 (71.48% from 255) = 32.73%
R=35.79%
G=31.47%
B=32.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.09
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19917518200.120.090.22342.517.6573.33
HexC7AFB60C9161561249
Octal307257266014112652622111
Binary11000111101011111011011001100100110110101010110100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7AFB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7AFB6; }

 p { color: rgb(199,175,182); }

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

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

 a { background-color: rgb(199,175,182); }

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

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

 span { border-color: rgb(199,175,182); }

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