#CA999D

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

Shades of Careys Pink #CA999D

Tints of Careys Pink #CA999D

Color information

#CA999D (or 0xCA999D) is unknown color: approx Careys Pink. HEX triplet: CA, 99 and 9D. RGB value is (202,153,157). Sum of RGB (Red+Green+Blue) = 202+153+157=512 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.45% from 512); Green value is 153 (60.16% from 255 or 29.88% from 512); Blue value is 157 (61.72% from 255 or 30.66% from 512); Max value from RGB is 202 - color contains mainly: red. Hex color #CA999D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA999D is #356662. Grayscale: #A8A8A8. Windows color (decimal): -3499619 or 10328522. OLE color: 10328522.

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

Color convert

RGB202153157-
CMYK00.240.220.21
HSL355.1º31.61%69.61%-
HSV(B)355.1º24.26%79.22%-
XYZ41.8337.7736.98-
YUV168.11121.73152.17-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.45%
GREEN value IS 153 (60.16% from 255) = 29.88%
BLUE value IS 157 (61.72% from 255) = 30.66%
R=39.45%
G=29.88%
B=30.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.22
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20215315700.240.220.21355.131.6169.61
HexCA999D01816151632046
Octal312231235030262554340106
Binary11001010100110011001110101100010110101011011000111000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA999D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA999D; }

 p { color: rgb(202,153,157); }

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

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

 a { background-color: rgb(202,153,157); }

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

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

 span { border-color: rgb(202,153,157); }

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