#CA989D

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

Shades of Careys Pink #CA989D

Tints of Careys Pink #CA989D

Color information

#CA989D (or 0xCA989D) is unknown color: approx Careys Pink. HEX triplet: CA, 98 and 9D. RGB value is (202,152,157). Sum of RGB (Red+Green+Blue) = 202+152+157=511 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.53% from 511); Green value is 152 (59.77% from 255 or 29.75% from 511); Blue value is 157 (61.72% from 255 or 30.72% from 511); Max value from RGB is 202 - color contains mainly: red. Hex color #CA989D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA989D is #356762. Grayscale: #A7A7A7. Windows color (decimal): -3499875 or 10328266. OLE color: 10328266.

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

Color convert

RGB202152157-
CMYK00.250.220.21
HSL354º32.05%69.41%-
HSV(B)354º24.75%79.22%-
XYZ41.6737.4536.93-
YUV167.52122.06152.59-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.53%
GREEN value IS 152 (59.77% from 255) = 29.75%
BLUE value IS 157 (61.72% from 255) = 30.72%
R=39.53%
G=29.75%
B=30.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.22
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20215215700.250.220.2135432.0569.41
HexCA989D01916151622045
Octal312230235031262554240105
Binary11001010100110001001110101100110110101011011000101000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA989D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA989D; }

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

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

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

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

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

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

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

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