#CA999E

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

Shades of Careys Pink #CA999E

Tints of Careys Pink #CA999E

Color information

#CA999E (or 0xCA999E) is unknown color: approx Careys Pink. HEX triplet: CA, 99 and 9E. RGB value is (202,153,158). Sum of RGB (Red+Green+Blue) = 202+153+158=513 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.38% from 513); Green value is 153 (60.16% from 255 or 29.82% from 513); Blue value is 158 (62.11% from 255 or 30.80% from 513); Max value from RGB is 202 - color contains mainly: red. Hex color #CA999E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA999E is #356661. Grayscale: #A8A8A8. Windows color (decimal): -3499618 or 10394058. OLE color: 10394058.

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

Color convert

RGB202153158-
CMYK00.240.220.21
HSL353.88º31.61%69.61%-
HSV(B)353.88º24.26%79.22%-
XYZ41.9237.8137.44-
YUV168.22122.23152.09-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.38%
GREEN value IS 153 (60.16% from 255) = 29.82%
BLUE value IS 158 (62.11% from 255) = 30.80%
R=39.38%
G=29.82%
B=30.80%

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
Decimal20215315800.240.220.21353.8831.6169.61
HexCA999E01816151622046
Octal312231236030262554240106
Binary11001010100110011001111001100010110101011011000101000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA999E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA999E; }

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

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

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

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

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

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

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

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