#C99FAD

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

Shades of Careys Pink #C99FAD

Tints of Careys Pink #C99FAD

Color information

#C99FAD (or 0xC99FAD) is unknown color: approx Careys Pink. HEX triplet: C9, 9F and AD. RGB value is (201,159,173). Sum of RGB (Red+Green+Blue) = 201+159+173=533 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.71% from 533); Green value is 159 (62.5% from 255 or 29.83% from 533); Blue value is 173 (67.97% from 255 or 32.46% from 533); Max value from RGB is 201 - color contains mainly: red. Hex color #C99FAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99FAD is #366052. Grayscale: #ADADAD. Windows color (decimal): -3563603 or 11378633. OLE color: 11378633.

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

Color convert

RGB201159173-
CMYK00.210.140.21
HSL340º28%70.59%-
HSV(B)340º20.9%78.82%-
XYZ44.0340.2344.98-
YUV173.15127.91147.86-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 37.71%
GREEN value IS 159 (62.5% from 255) = 29.83%
BLUE value IS 173 (67.97% from 255) = 32.46%
R=37.71%
G=29.83%
B=32.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.14
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20115917300.210.140.213402870.59
HexC99FAD015E151541c47
Octal311237255025162552434107
Binary110010011001111110101101010101111010101101010100111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99FAD; }

 p { color: rgb(201,159,173); }

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

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

 a { background-color: rgb(201,159,173); }

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

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

 span { border-color: rgb(201,159,173); }

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