#CA999A

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

Shades of Careys Pink #CA999A

Tints of Careys Pink #CA999A

Color information

#CA999A (or 0xCA999A) is unknown color: approx Careys Pink. HEX triplet: CA, 99 and 9A. RGB value is (202,153,154). Sum of RGB (Red+Green+Blue) = 202+153+154=509 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.69% from 509); Green value is 153 (60.16% from 255 or 30.06% from 509); Blue value is 154 (60.55% from 255 or 30.26% from 509); Max value from RGB is 202 - color contains mainly: red. Hex color #CA999A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA999A is #356665. Grayscale: #A7A7A7. Windows color (decimal): -3499622 or 10131914. OLE color: 10131914.

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

Color convert

RGB202153154-
CMYK00.240.240.21
HSL358.78º31.61%69.61%-
HSV(B)358.78º24.26%79.22%-
XYZ41.5837.6735.65-
YUV167.76120.23152.42-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.69%
GREEN value IS 153 (60.16% from 255) = 30.06%
BLUE value IS 154 (60.55% from 255) = 30.26%
R=39.69%
G=30.06%
B=30.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.24
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20215315400.240.240.21358.7831.6169.61
HexCA999A01818151672046
Octal312231232030302554740106
Binary11001010100110011001101001100011000101011011001111000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA999A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA999A; }

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

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

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

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

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

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

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

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