#ca9fad

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

Shades of Careys Pink #CA9FAD

Tints of Careys Pink #CA9FAD

Color information

#CA9FAD (or 0xCA9FAD) is unknown color: approx Careys Pink. HEX triplet: CA, 9F and AD. RGB value is (202,159,173). Sum of RGB (Red+Green+Blue) = 202+159+173=534 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.83% from 534); Green value is 159 (62.5% from 255 or 29.78% from 534); Blue value is 173 (67.97% from 255 or 32.40% from 534); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9FAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA9FAD is #356052. Grayscale: #ADADAD. Windows color (decimal): -3498067 or 11378634. OLE color: 11378634.

HSL color Cylindrical-coordinate representation of color #CA9FAD: hue angle of 340.47º degrees, saturation: 0.29, 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 #CA9FAD is Cyan = 0, Magento = 0.21, Yellow = 0.14 and Black (K on CMYK) = 0.21.

Color convert

RGB202159173-
CMYK00.210.140.21
HSL340.47º28.86%70.78%-
HSV(B)340.47º21.29%79.22%-
XYZ44.340.3744.99-
YUV173.45127.75148.36-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.83%
GREEN value IS 159 (62.5% from 255) = 29.78%
BLUE value IS 173 (67.97% from 255) = 32.40%
R=37.83%
G=29.78%
B=32.40%

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
Decimal20215917300.210.140.21340.4728.8670.78
HexCA9FAD015E151541d47
Octal312237255025162552435107
Binary110010101001111110101101010101111010101101010100111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ca9fad

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ca9fad; }

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

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

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

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

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

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

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

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