#CA989F

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

Shades of Careys Pink #CA989F

Tints of Careys Pink #CA989F

Color information

#CA989F (or 0xCA989F) is unknown color: approx Careys Pink. HEX triplet: CA, 98 and 9F. RGB value is (202,152,159). Sum of RGB (Red+Green+Blue) = 202+152+159=513 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.38% from 513); Green value is 152 (59.77% from 255 or 29.63% from 513); Blue value is 159 (62.5% from 255 or 30.99% from 513); Max value from RGB is 202 - color contains mainly: red. Hex color #CA989F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA989F is #356760. Grayscale: #A7A7A7. Windows color (decimal): -3499873 or 10459338. OLE color: 10459338.

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

Color convert

RGB202152159-
CMYK00.250.210.21
HSL351.6º32.05%69.41%-
HSV(B)351.6º24.75%79.22%-
XYZ41.8437.5237.84-
YUV167.75123.06152.43-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.38%
GREEN value IS 152 (59.77% from 255) = 29.63%
BLUE value IS 159 (62.5% from 255) = 30.99%
R=39.38%
G=29.63%
B=30.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.21
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20215215900.250.210.21351.632.0569.41
HexCA989F01915151602045
Octal312230237031252554040105
Binary11001010100110001001111101100110101101011011000001000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA989F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA989F; }

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

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

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

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

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

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

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

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