#CA9097

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

Shades of Careys Pink #CA9097

Tints of Careys Pink #CA9097

Color information

#CA9097 (or 0xCA9097) is unknown color: approx Careys Pink. HEX triplet: CA, 90 and 97. RGB value is (202,144,151). Sum of RGB (Red+Green+Blue) = 202+144+151=497 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.64% from 497); Green value is 144 (56.64% from 255 or 28.97% from 497); Blue value is 151 (59.38% from 255 or 30.38% from 497); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9097 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA9097 is #356F68. Grayscale: #A2A2A2. Windows color (decimal): -3501929 or 9933002. OLE color: 9933002.

HSL color Cylindrical-coordinate representation of color #CA9097: hue angle of 352.76º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CA9097 is Cyan = 0, Magento = 0.29, Yellow = 0.25 and Black (K on CMYK) = 0.21.

Color convert

RGB202144151-
CMYK00.290.250.21
HSL352.76º35.37%67.84%-
HSV(B)352.76º28.71%79.22%-
XYZ39.9234.7433.88-
YUV162.14121.72156.43-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.64%
GREEN value IS 144 (56.64% from 255) = 28.97%
BLUE value IS 151 (59.38% from 255) = 30.38%
R=40.64%
G=28.97%
B=30.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.25
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20214415100.290.250.21352.7635.3767.84
HexCA909701D19151612344
Octal312220227035312554143104
Binary11001010100100001001011101110111001101011011000011000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9097; }

 p { color: rgb(202,144,151); }

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

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

 a { background-color: rgb(202,144,151); }

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

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

 span { border-color: rgb(202,144,151); }

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