#C99EA1

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

Shades of Careys Pink #C99EA1

Tints of Careys Pink #C99EA1

Color information

#C99EA1 (or 0xC99EA1) is unknown color: approx Careys Pink. HEX triplet: C9, 9E and A1. RGB value is (201,158,161). Sum of RGB (Red+Green+Blue) = 201+158+161=520 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.65% from 520); Green value is 158 (62.11% from 255 or 30.38% from 520); Blue value is 161 (63.28% from 255 or 30.96% from 520); Max value from RGB is 201 - color contains mainly: red. Hex color #C99EA1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99EA1 is #36615E. Grayscale: #ABABAB. Windows color (decimal): -3563871 or 10591945. OLE color: 10591945.

HSL color Cylindrical-coordinate representation of color #C99EA1: hue angle of 355.81º 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 #C99EA1 is Cyan = 0, Magento = 0.21, Yellow = 0.20 and Black (K on CMYK) = 0.21.

Color convert

RGB201158161-
CMYK00.210.200.21
HSL355.81º28.48%70.39%-
HSV(B)355.81º21.39%78.82%-
XYZ42.7539.4439.08-
YUV171.2122.25149.26-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 38.65%
GREEN value IS 158 (62.11% from 255) = 30.38%
BLUE value IS 161 (63.28% from 255) = 30.96%
R=38.65%
G=30.38%
B=30.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.20
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20115816100.210.200.21355.8128.4870.39
HexC99EA101514151641c46
Octal311236241025242554434106
Binary1100100110011110101000010101011010010101101100100111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99EA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99EA1; }

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

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

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

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

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

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

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

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