#CA959F

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

Shades of Careys Pink #CA959F

Tints of Careys Pink #CA959F

Color information

#CA959F (or 0xCA959F) is unknown color: approx Careys Pink. HEX triplet: CA, 95 and 9F. RGB value is (202,149,159). Sum of RGB (Red+Green+Blue) = 202+149+159=510 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.61% from 510); Green value is 149 (58.59% from 255 or 29.22% from 510); Blue value is 159 (62.5% from 255 or 31.18% from 510); Max value from RGB is 202 - color contains mainly: red. Hex color #CA959F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA959F is #356A60. Grayscale: #A6A6A6. Windows color (decimal): -3500641 or 10458570. OLE color: 10458570.

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

Color convert

RGB202149159-
CMYK00.260.210.21
HSL348.68º33.33%68.82%-
HSV(B)348.68º26.24%79.22%-
XYZ41.3636.5537.68-
YUV165.99124.06153.69-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.61%
GREEN value IS 149 (58.59% from 255) = 29.22%
BLUE value IS 159 (62.5% from 255) = 31.18%
R=39.61%
G=29.22%
B=31.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.21
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20214915900.260.210.21348.6833.3368.82
HexCA959F01A151515d2145
Octal312225237032252553541105
Binary11001010100101011001111101101010101101011010111011000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA959F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA959F; }

 p { color: rgb(202,149,159); }

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

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

 a { background-color: rgb(202,149,159); }

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

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

 span { border-color: rgb(202,149,159); }

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