#C99EA9

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

Shades of Careys Pink #C99EA9

Tints of Careys Pink #C99EA9

Color information

#C99EA9 (or 0xC99EA9) is unknown color: approx Careys Pink. HEX triplet: C9, 9E and A9. RGB value is (201,158,169). Sum of RGB (Red+Green+Blue) = 201+158+169=528 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.07% from 528); Green value is 158 (62.11% from 255 or 29.92% from 528); Blue value is 169 (66.41% from 255 or 32.01% from 528); Max value from RGB is 201 - color contains mainly: red. Hex color #C99EA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99EA9 is #366156. Grayscale: #ACACAC. Windows color (decimal): -3563863 or 11116233. OLE color: 11116233.

HSL color Cylindrical-coordinate representation of color #C99EA9: hue angle of 344.65º degrees, saturation: 0.28, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C99EA9 is Cyan = 0, Magento = 0.21, Yellow = 0.16 and Black (K on CMYK) = 0.21.

Color convert

RGB201158169-
CMYK00.210.160.21
HSL344.65º28.48%70.39%-
HSV(B)344.65º21.39%78.82%-
XYZ43.4839.7442.91-
YUV172.11126.25148.61-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 38.07%
GREEN value IS 158 (62.11% from 255) = 29.92%
BLUE value IS 169 (66.41% from 255) = 32.01%
R=38.07%
G=29.92%
B=32.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.16
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20115816900.210.160.21344.6528.4870.39
HexC99EA901510151591c46
Octal311236251025202553134106
Binary1100100110011110101010010101011000010101101011001111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99EA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99EA9; }

 p { color: rgb(201,158,169); }

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

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

 a { background-color: rgb(201,158,169); }

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

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

 span { border-color: rgb(201,158,169); }

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