#C89FAA

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

Shades of Careys Pink #C89FAA

Tints of Careys Pink #C89FAA

Color information

#C89FAA (or 0xC89FAA) is unknown color: approx Careys Pink. HEX triplet: C8, 9F and AA. RGB value is (200,159,170). Sum of RGB (Red+Green+Blue) = 200+159+170=529 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.81% from 529); Green value is 159 (62.5% from 255 or 30.06% from 529); Blue value is 170 (66.80% from 255 or 32.14% from 529); Max value from RGB is 200 - color contains mainly: red. Hex color #C89FAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C89FAA is #376055. Grayscale: #ACACAC. Windows color (decimal): -3629142 or 11182024. OLE color: 11182024.

HSL color Cylindrical-coordinate representation of color #C89FAA: hue angle of 343.9º degrees, saturation: 0.27, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C89FAA is Cyan = 0, Magento = 0.20, Yellow = 0.15 and Black (K on CMYK) = 0.22.

Color convert

RGB200159170-
CMYK00.200.150.22
HSL343.9º27.15%70.39%-
HSV(B)343.9º20.5%78.43%-
XYZ43.4739.9843.46-
YUV172.51126.58147.61-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 37.81%
GREEN value IS 159 (62.5% from 255) = 30.06%
BLUE value IS 170 (66.80% from 255) = 32.14%
R=37.81%
G=30.06%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.15
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20015917000.200.150.22343.927.1570.39
HexC89FAA014F161581b46
Octal310237252024172653033106
Binary110010001001111110101010010100111110110101011000110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C89FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C89FAA; }

 p { color: rgb(200,159,170); }

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

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

 a { background-color: rgb(200,159,170); }

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

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

 span { border-color: rgb(200,159,170); }

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