#CA999C

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

Shades of Careys Pink #CA999C

Tints of Careys Pink #CA999C

Color information

#CA999C (or 0xCA999C) is unknown color: approx Careys Pink. HEX triplet: CA, 99 and 9C. RGB value is (202,153,156). Sum of RGB (Red+Green+Blue) = 202+153+156=511 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.53% from 511); Green value is 153 (60.16% from 255 or 29.94% from 511); Blue value is 156 (61.33% from 255 or 30.53% from 511); Max value from RGB is 202 - color contains mainly: red. Hex color #CA999C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA999C is #356663. Grayscale: #A8A8A8. Windows color (decimal): -3499620 or 10262986. OLE color: 10262986.

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

Color convert

RGB202153156-
CMYK00.240.230.21
HSL356.33º31.61%69.61%-
HSV(B)356.33º24.26%79.22%-
XYZ41.7537.7436.54-
YUV167.99121.23152.26-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.53%
GREEN value IS 153 (60.16% from 255) = 29.94%
BLUE value IS 156 (61.33% from 255) = 30.53%
R=39.53%
G=29.94%
B=30.53%

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
Decimal20215315600.240.230.21356.3331.6169.61
HexCA999C01817151642046
Octal312231234030272554440106
Binary11001010100110011001110001100010111101011011001001000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA999C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA999C; }

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

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

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

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

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

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

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

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