#CA9699

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

Shades of Careys Pink #CA9699

Tints of Careys Pink #CA9699

Color information

#CA9699 (or 0xCA9699) is unknown color: approx Careys Pink. HEX triplet: CA, 96 and 99. RGB value is (202,150,153). Sum of RGB (Red+Green+Blue) = 202+150+153=505 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40% from 505); Green value is 150 (58.98% from 255 or 29.70% from 505); Blue value is 153 (60.16% from 255 or 30.30% from 505); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9699 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA9699 is #356966. Grayscale: #A5A5A5. Windows color (decimal): -3500391 or 10065610. OLE color: 10065610.

HSL color Cylindrical-coordinate representation of color #CA9699: hue angle of 356.54º degrees, saturation: 0.33, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CA9699 is Cyan = 0, Magento = 0.26, Yellow = 0.24 and Black (K on CMYK) = 0.21.

Color convert

RGB202150153-
CMYK00.260.240.21
HSL356.54º32.91%69.02%-
HSV(B)356.54º25.74%79.22%-
XYZ41.0136.6735.05-
YUV165.89120.73153.76-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40%
GREEN value IS 150 (58.98% from 255) = 29.70%
BLUE value IS 153 (60.16% from 255) = 30.30%
R=40%
G=29.70%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.24
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20215015300.260.240.21356.5432.9169.02
HexCA969901A18151652145
Octal312226231032302554541105
Binary11001010100101101001100101101011000101011011001011000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9699; }

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

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

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

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

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

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

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

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