#CA959C

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

Shades of Careys Pink #CA959C

Tints of Careys Pink #CA959C

Color information

#CA959C (or 0xCA959C) is unknown color: approx Careys Pink. HEX triplet: CA, 95 and 9C. RGB value is (202,149,156). Sum of RGB (Red+Green+Blue) = 202+149+156=507 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.84% from 507); Green value is 149 (58.59% from 255 or 29.39% from 507); Blue value is 156 (61.33% from 255 or 30.77% from 507); Max value from RGB is 202 - color contains mainly: red. Hex color #CA959C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA959C is #356A63. Grayscale: #A5A5A5. Windows color (decimal): -3500644 or 10261962. OLE color: 10261962.

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

Color convert

RGB202149156-
CMYK00.260.230.21
HSL352.08º33.33%68.82%-
HSV(B)352.08º26.24%79.22%-
XYZ41.1136.4536.32-
YUV165.64122.56153.93-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.84%
GREEN value IS 149 (58.59% from 255) = 29.39%
BLUE value IS 156 (61.33% from 255) = 30.77%
R=39.84%
G=29.39%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.23
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20214915600.260.230.21352.0833.3368.82
HexCA959C01A17151602145
Octal312225234032272554041105
Binary11001010100101011001110001101010111101011011000001000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA959C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA959C; }

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

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

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

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

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

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

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

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