#C99FAB

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

Shades of Careys Pink #C99FAB

Tints of Careys Pink #C99FAB

Color information

#C99FAB (or 0xC99FAB) is unknown color: approx Careys Pink. HEX triplet: C9, 9F and AB. RGB value is (201,159,171). Sum of RGB (Red+Green+Blue) = 201+159+171=531 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.85% from 531); Green value is 159 (62.5% from 255 or 29.94% from 531); Blue value is 171 (67.19% from 255 or 32.20% from 531); Max value from RGB is 201 - color contains mainly: red. Hex color #C99FAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99FAB is #366054. Grayscale: #ACACAC. Windows color (decimal): -3563605 or 11247561. OLE color: 11247561.

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

Color convert

RGB201159171-
CMYK00.210.150.21
HSL342.86º28%70.59%-
HSV(B)342.86º20.9%78.82%-
XYZ43.8440.1543.97-
YUV172.93126.91148.02-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 37.85%
GREEN value IS 159 (62.5% from 255) = 29.94%
BLUE value IS 171 (67.19% from 255) = 32.20%
R=37.85%
G=29.94%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.15
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20115917100.210.150.21342.862870.59
HexC99FAB015F151571c47
Octal311237253025172552734107
Binary110010011001111110101011010101111110101101010111111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99FAB; }

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

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

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

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

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

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

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

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