#C99DAC

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

Shades of Careys Pink #C99DAC

Tints of Careys Pink #C99DAC

Color information

#C99DAC (or 0xC99DAC) is unknown color: approx Careys Pink. HEX triplet: C9, 9D and AC. RGB value is (201,157,172). Sum of RGB (Red+Green+Blue) = 201+157+172=530 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.92% from 530); Green value is 157 (61.72% from 255 or 29.62% from 530); Blue value is 172 (67.58% from 255 or 32.45% from 530); Max value from RGB is 201 - color contains mainly: red. Hex color #C99DAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99DAC is #366253. Grayscale: #ABABAB. Windows color (decimal): -3564116 or 11312585. OLE color: 11312585.

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

Color convert

RGB201157172-
CMYK00.220.140.21
HSL339.55º28.95%70.2%-
HSV(B)339.55º21.89%78.82%-
XYZ43.5939.5144.36-
YUV171.87128.08148.78-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 37.92%
GREEN value IS 157 (61.72% from 255) = 29.62%
BLUE value IS 172 (67.58% from 255) = 32.45%
R=37.92%
G=29.62%
B=32.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.14
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20115717200.220.140.21339.5528.9570.2
HexC99DAC016E151541d46
Octal311235254026162552435106
Binary110010011001110110101100010110111010101101010100111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99DAC; }

 p { color: rgb(201,157,172); }

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

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

 a { background-color: rgb(201,157,172); }

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

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

 span { border-color: rgb(201,157,172); }

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