#C8AEAF

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

Shades of Pink Flare #C8AEAF

Tints of Pink Flare #C8AEAF

Color information

#C8AEAF (or 0xC8AEAF) is unknown color: approx Pink Flare. HEX triplet: C8, AE and AF. RGB value is (200,174,175). Sum of RGB (Red+Green+Blue) = 200+174+175=549 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.43% from 549); Green value is 174 (68.36% from 255 or 31.69% from 549); Blue value is 175 (68.75% from 255 or 31.88% from 549); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AEAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8AEAF is #375150. Grayscale: #B5B5B5. Windows color (decimal): -3625297 or 11513544. OLE color: 11513544.

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

Color convert

RGB200174175-
CMYK00.130.120.22
HSL357.69º19.12%73.33%-
HSV(B)357.69º13%78.43%-
XYZ46.6945.6546.91-
YUV181.89124.11140.92-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 36.43%
GREEN value IS 174 (68.36% from 255) = 31.69%
BLUE value IS 175 (68.75% from 255) = 31.88%
R=36.43%
G=31.69%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.12
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20017417500.130.120.22357.6919.1273.33
HexC8AEAF0DC161661349
Octal310256257015142654623111
Binary11001000101011101010111101101110010110101100110100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8AEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8AEAF; }

 p { color: rgb(200,174,175); }

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

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

 a { background-color: rgb(200,174,175); }

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

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

 span { border-color: rgb(200,174,175); }

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