#C8ACAE

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

Shades of Pink Flare #C8ACAE

Tints of Pink Flare #C8ACAE

Color information

#C8ACAE (or 0xC8ACAE) is unknown color: approx Pink Flare. HEX triplet: C8, AC and AE. RGB value is (200,172,174). Sum of RGB (Red+Green+Blue) = 200+172+174=546 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.63% from 546); Green value is 172 (67.58% from 255 or 31.50% from 546); Blue value is 174 (68.36% from 255 or 31.87% from 546); Max value from RGB is 200 - color contains mainly: red. Hex color #C8ACAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8ACAE is #375351. Grayscale: #B4B4B4. Windows color (decimal): -3625810 or 11447496. OLE color: 11447496.

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

Color convert

RGB200172174-
CMYK00.140.130.22
HSL355.71º20.29%72.94%-
HSV(B)355.71º14%78.43%-
XYZ46.2144.8446.26-
YUV180.6124.28141.84-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 36.63%
GREEN value IS 172 (67.58% from 255) = 31.50%
BLUE value IS 174 (68.36% from 255) = 31.87%
R=36.63%
G=31.50%
B=31.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.13
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20017217400.140.130.22355.7120.2972.94
HexC8ACAE0ED161641449
Octal310254256016152654424111
Binary11001000101011001010111001110110110110101100100101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8ACAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8ACAE; }

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

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

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

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

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

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

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

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