#C88F91

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

Shades of Careys Pink #C88F91

Tints of Careys Pink #C88F91

Color information

#C88F91 (or 0xC88F91) is unknown color: approx Careys Pink. HEX triplet: C8, 8F and 91. RGB value is (200,143,145). Sum of RGB (Red+Green+Blue) = 200+143+145=488 (64% of max value = 765). Red value is 200 (78.52% from 255 or 40.98% from 488); Green value is 143 (56.25% from 255 or 29.30% from 488); Blue value is 145 (57.03% from 255 or 29.71% from 488); Max value from RGB is 200 - color contains mainly: red. Hex color #C88F91 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88F91 is #37706E. Grayscale: #A0A0A0. Windows color (decimal): -3633263 or 9539528. OLE color: 9539528.

HSL color Cylindrical-coordinate representation of color #C88F91: hue angle of 357.89º degrees, saturation: 0.34, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C88F91 is Cyan = 0, Magento = 0.28, Yellow = 0.28 and Black (K on CMYK) = 0.22.

Color convert

RGB200143145-
CMYK00.280.280.22
HSL357.89º34.13%67.25%-
HSV(B)357.89º28.5%78.43%-
XYZ38.7533.9731.3-
YUV160.27119.38156.34-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 40.98%
GREEN value IS 143 (56.25% from 255) = 29.30%
BLUE value IS 145 (57.03% from 255) = 29.71%
R=40.98%
G=29.30%
B=29.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.28
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20014314500.280.280.22357.8934.1367.25
HexC88F9101C1C161662243
Octal310217221034342654642103
Binary11001000100011111001000101110011100101101011001101000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88F91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88F91; }

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

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

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

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

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

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

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

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