#CA959A

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

Shades of Careys Pink #CA959A

Tints of Careys Pink #CA959A

Color information

#CA959A (or 0xCA959A) is unknown color: approx Careys Pink. HEX triplet: CA, 95 and 9A. RGB value is (202,149,154). Sum of RGB (Red+Green+Blue) = 202+149+154=505 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40% from 505); Green value is 149 (58.59% from 255 or 29.50% from 505); Blue value is 154 (60.55% from 255 or 30.50% from 505); Max value from RGB is 202 - color contains mainly: red. Hex color #CA959A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA959A is #356A65. Grayscale: #A5A5A5. Windows color (decimal): -3500646 or 10130890. OLE color: 10130890.

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

Color convert

RGB202149154-
CMYK00.260.240.21
HSL354.34º33.33%68.82%-
HSV(B)354.34º26.24%79.22%-
XYZ40.9436.3835.44-
YUV165.42121.56154.09-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40%
GREEN value IS 149 (58.59% from 255) = 29.50%
BLUE value IS 154 (60.55% from 255) = 30.50%
R=40%
G=29.50%
B=30.50%

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
Decimal20214915400.260.240.21354.3433.3368.82
HexCA959A01A18151622145
Octal312225232032302554241105
Binary11001010100101011001101001101011000101011011000101000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA959A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA959A; }

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

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

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

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

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

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

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

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