#CA989C

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

Shades of Careys Pink #CA989C

Tints of Careys Pink #CA989C

Color information

#CA989C (or 0xCA989C) is unknown color: approx Careys Pink. HEX triplet: CA, 98 and 9C. RGB value is (202,152,156). Sum of RGB (Red+Green+Blue) = 202+152+156=510 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.61% from 510); Green value is 152 (59.77% from 255 or 29.80% from 510); Blue value is 156 (61.33% from 255 or 30.59% from 510); Max value from RGB is 202 - color contains mainly: red. Hex color #CA989C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA989C is #356763. Grayscale: #A7A7A7. Windows color (decimal): -3499876 or 10262730. OLE color: 10262730.

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

Color convert

RGB202152156-
CMYK00.250.230.21
HSL355.2º32.05%69.41%-
HSV(B)355.2º24.75%79.22%-
XYZ41.5937.4136.48-
YUV167.41121.56152.67-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.61%
GREEN value IS 152 (59.77% from 255) = 29.80%
BLUE value IS 156 (61.33% from 255) = 30.59%
R=39.61%
G=29.80%
B=30.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.23
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20215215600.250.230.21355.232.0569.41
HexCA989C01917151632045
Octal312230234031272554340105
Binary11001010100110001001110001100110111101011011000111000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA989C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA989C; }

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

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

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

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

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

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

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

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