#CA949E

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

Shades of Careys Pink #CA949E

Tints of Careys Pink #CA949E

Color information

#CA949E (or 0xCA949E) is unknown color: approx Careys Pink. HEX triplet: CA, 94 and 9E. RGB value is (202,148,158). Sum of RGB (Red+Green+Blue) = 202+148+158=508 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.76% from 508); Green value is 148 (58.20% from 255 or 29.13% from 508); Blue value is 158 (62.11% from 255 or 31.10% from 508); Max value from RGB is 202 - color contains mainly: red. Hex color #CA949E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA949E is #356B61. Grayscale: #A5A5A5. Windows color (decimal): -3500898 or 10392778. OLE color: 10392778.

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

Color convert

RGB202148158-
CMYK00.270.220.21
HSL348.89º33.75%68.63%-
HSV(B)348.89º26.73%79.22%-
XYZ41.1236.237.17-
YUV165.29123.89154.19-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.76%
GREEN value IS 148 (58.20% from 255) = 29.13%
BLUE value IS 158 (62.11% from 255) = 31.10%
R=39.76%
G=29.13%
B=31.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.22
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20214815800.270.220.21348.8933.7568.63
HexCA949E01B161515d2245
Octal312224236033262553542105
Binary11001010100101001001111001101110110101011010111011000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA949E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA949E; }

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

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

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

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

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

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

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

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