#CA99A6

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

Shades of Careys Pink #CA99A6

Tints of Careys Pink #CA99A6

Color information

#CA99A6 (or 0xCA99A6) is unknown color: approx Careys Pink. HEX triplet: CA, 99 and A6. RGB value is (202,153,166). Sum of RGB (Red+Green+Blue) = 202+153+166=521 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.77% from 521); Green value is 153 (60.16% from 255 or 29.37% from 521); Blue value is 166 (65.23% from 255 or 31.86% from 521); Max value from RGB is 202 - color contains mainly: red. Hex color #CA99A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA99A6 is #356659. Grayscale: #A9A9A9. Windows color (decimal): -3499610 or 10918346. OLE color: 10918346.

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

Color convert

RGB202153166-
CMYK00.240.180.21
HSL344.08º31.61%69.61%-
HSV(B)344.08º24.26%79.22%-
XYZ42.6338.0941.18-
YUV169.13126.23151.44-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.77%
GREEN value IS 153 (60.16% from 255) = 29.37%
BLUE value IS 166 (65.23% from 255) = 31.86%
R=38.77%
G=29.37%
B=31.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.18
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20215316600.240.180.21344.0831.6169.61
HexCA99A601812151582046
Octal312231246030222553040106
Binary11001010100110011010011001100010010101011010110001000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA99A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA99A6; }

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

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

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

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

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

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

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

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