#C7AEB3

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

Shades of Pink Flare #C7AEB3

Tints of Pink Flare #C7AEB3

Color information

#C7AEB3 (or 0xC7AEB3) is unknown color: approx Pink Flare. HEX triplet: C7, AE and B3. RGB value is (199,174,179). Sum of RGB (Red+Green+Blue) = 199+174+179=552 (73% of max value = 765). Red value is 199 (78.12% from 255 or 36.05% from 552); Green value is 174 (68.36% from 255 or 31.52% from 552); Blue value is 179 (70.31% from 255 or 32.43% from 552); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AEB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7AEB3 is #38514C. Grayscale: #B6B6B6. Windows color (decimal): -3690829 or 11775687. OLE color: 11775687.

HSL color Cylindrical-coordinate representation of color #C7AEB3: hue angle of 348º degrees, saturation: 0.18, 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 #C7AEB3 is Cyan = 0, Magento = 0.13, Yellow = 0.10 and Black (K on CMYK) = 0.22.

Color convert

RGB199174179-
CMYK00.130.100.22
HSL348º18.25%73.14%-
HSV(B)348º12.56%78.04%-
XYZ46.8345.6748.99-
YUV182.04126.28140.09-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 36.05%
GREEN value IS 174 (68.36% from 255) = 31.52%
BLUE value IS 179 (70.31% from 255) = 32.43%
R=36.05%
G=31.52%
B=32.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.10
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19917417900.130.100.2234818.2573.14
HexC7AEB30DA1615c1249
Octal307256263015122653422111
Binary11000111101011101011001101101101010110101011100100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7AEB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7AEB3; }

 p { color: rgb(199,174,179); }

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

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

 a { background-color: rgb(199,174,179); }

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

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

 span { border-color: rgb(199,174,179); }

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