#C99AA2

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

Shades of Careys Pink #C99AA2

Tints of Careys Pink #C99AA2

Color information

#C99AA2 (or 0xC99AA2) is unknown color: approx Careys Pink. HEX triplet: C9, 9A and A2. RGB value is (201,154,162). Sum of RGB (Red+Green+Blue) = 201+154+162=517 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.88% from 517); Green value is 154 (60.55% from 255 or 29.79% from 517); Blue value is 162 (63.67% from 255 or 31.33% from 517); Max value from RGB is 201 - color contains mainly: red. Hex color #C99AA2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99AA2 is #36655D. Grayscale: #A8A8A8. Windows color (decimal): -3564894 or 10656457. OLE color: 10656457.

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

Color convert

RGB201154162-
CMYK00.230.190.21
HSL349.79º30.32%69.61%-
HSV(B)349.79º23.38%78.82%-
XYZ42.1638.1439.32-
YUV168.96124.07150.85-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 38.88%
GREEN value IS 154 (60.55% from 255) = 29.79%
BLUE value IS 162 (63.67% from 255) = 31.33%
R=38.88%
G=29.79%
B=31.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.19
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20115416200.230.190.21349.7930.3269.61
HexC99AA2017131515e1e46
Octal311232242027232553636106
Binary1100100110011010101000100101111001110101101011110111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99AA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99AA2; }

 p { color: rgb(201,154,162); }

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

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

 a { background-color: rgb(201,154,162); }

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

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

 span { border-color: rgb(201,154,162); }

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