#CA999B

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

Shades of Careys Pink #CA999B

Tints of Careys Pink #CA999B

Color information

#CA999B (or 0xCA999B) is unknown color: approx Careys Pink. HEX triplet: CA, 99 and 9B. RGB value is (202,153,155). Sum of RGB (Red+Green+Blue) = 202+153+155=510 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.61% from 510); Green value is 153 (60.16% from 255 or 30% from 510); Blue value is 155 (60.94% from 255 or 30.39% from 510); Max value from RGB is 202 - color contains mainly: red. Hex color #CA999B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA999B is #356664. Grayscale: #A7A7A7. Windows color (decimal): -3499621 or 10197450. OLE color: 10197450.

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

Color convert

RGB202153155-
CMYK00.240.230.21
HSL357.55º31.61%69.61%-
HSV(B)357.55º24.26%79.22%-
XYZ41.6637.7136.09-
YUV167.88120.73152.34-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.61%
GREEN value IS 153 (60.16% from 255) = 30%
BLUE value IS 155 (60.94% from 255) = 30.39%
R=39.61%
G=30%
B=30.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.23
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20215315500.240.230.21357.5531.6169.61
HexCA999B01817151662046
Octal312231233030272554640106
Binary11001010100110011001101101100010111101011011001101000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA999B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA999B; }

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

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

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

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

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

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

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

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