#CA8F91

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

Shades of Careys Pink #CA8F91

Tints of Careys Pink #CA8F91

Color information

#CA8F91 (or 0xCA8F91) is unknown color: approx Careys Pink. HEX triplet: CA, 8F and 91. RGB value is (202,143,145). Sum of RGB (Red+Green+Blue) = 202+143+145=490 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.22% from 490); Green value is 143 (56.25% from 255 or 29.18% from 490); Blue value is 145 (57.03% from 255 or 29.59% from 490); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8F91 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA8F91 is #35706E. Grayscale: #A0A0A0. Windows color (decimal): -3502191 or 9539530. OLE color: 9539530.

HSL color Cylindrical-coordinate representation of color #CA8F91: hue angle of 357.97º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CA8F91 is Cyan = 0, Magento = 0.29, Yellow = 0.28 and Black (K on CMYK) = 0.21.

Color convert

RGB202143145-
CMYK00.290.280.21
HSL357.97º35.76%67.65%-
HSV(B)357.97º29.21%79.22%-
XYZ39.2934.2531.33-
YUV160.87119.05157.34-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.22%
GREEN value IS 143 (56.25% from 255) = 29.18%
BLUE value IS 145 (57.03% from 255) = 29.59%
R=41.22%
G=29.18%
B=29.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.28
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20214314500.290.280.21357.9735.7667.65
HexCA8F9101D1C151662444
Octal312217221035342554644104
Binary11001010100011111001000101110111100101011011001101001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8F91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8F91; }

 p { color: rgb(202,143,145); }

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

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

 a { background-color: rgb(202,143,145); }

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

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

 span { border-color: rgb(202,143,145); }

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