#C8999F

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

Shades of Careys Pink #C8999F

Tints of Careys Pink #C8999F

Color information

#C8999F (or 0xC8999F) is unknown color: approx Careys Pink. HEX triplet: C8, 99 and 9F. RGB value is (200,153,159). Sum of RGB (Red+Green+Blue) = 200+153+159=512 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.06% from 512); Green value is 153 (60.16% from 255 or 29.88% from 512); Blue value is 159 (62.5% from 255 or 31.05% from 512); Max value from RGB is 200 - color contains mainly: red. Hex color #C8999F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8999F is #376660. Grayscale: #A7A7A7. Windows color (decimal): -3630689 or 10459592. OLE color: 10459592.

HSL color Cylindrical-coordinate representation of color #C8999F: hue angle of 352.34º degrees, saturation: 0.3, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C8999F is Cyan = 0, Magento = 0.24, Yellow = 0.20 and Black (K on CMYK) = 0.22.

Color convert

RGB200153159-
CMYK00.240.200.22
HSL352.34º29.94%69.22%-
HSV(B)352.34º23.5%78.43%-
XYZ41.4737.5737.87-
YUV167.74123.07151.01-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 39.06%
GREEN value IS 153 (60.16% from 255) = 29.88%
BLUE value IS 159 (62.5% from 255) = 31.05%
R=39.06%
G=29.88%
B=31.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.20
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20015315900.240.200.22352.3429.9469.22
HexC8999F01814161601e45
Octal310231237030242654036105
Binary1100100010011001100111110110001010010110101100000111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8999F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8999F; }

 p { color: rgb(200,153,159); }

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

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

 a { background-color: rgb(200,153,159); }

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

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

 span { border-color: rgb(200,153,159); }

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