#CE99A9

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

Shades of Careys Pink #CE99A9

Tints of Careys Pink #CE99A9

Color information

#CE99A9 (or 0xCE99A9) is unknown color: approx Careys Pink. HEX triplet: CE, 99 and A9. RGB value is (206,153,169). Sum of RGB (Red+Green+Blue) = 206+153+169=528 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.02% from 528); Green value is 153 (60.16% from 255 or 28.98% from 528); Blue value is 169 (66.41% from 255 or 32.01% from 528); Max value from RGB is 206 - color contains mainly: red. Hex color #CE99A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE99A9 is #316656. Grayscale: #AAAAAA. Windows color (decimal): -3237463 or 11114958. OLE color: 11114958.

HSL color Cylindrical-coordinate representation of color #CE99A9: hue angle of 341.89º degrees, saturation: 0.35, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CE99A9 is Cyan = 0, Magento = 0.26, Yellow = 0.18 and Black (K on CMYK) = 0.19.

Color convert

RGB206153169-
CMYK00.260.180.19
HSL341.89º35.1%70.39%-
HSV(B)341.89º25.73%80.78%-
XYZ44.0138.7742.7-
YUV170.67127.06153.2-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.02%
GREEN value IS 153 (60.16% from 255) = 28.98%
BLUE value IS 169 (66.41% from 255) = 32.01%
R=39.02%
G=28.98%
B=32.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.18
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20615316900.260.180.19341.8935.170.39
HexCE99A901A12131562346
Octal316231251032222352643106
Binary11001110100110011010100101101010010100111010101101000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE99A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE99A9; }

 p { color: rgb(206,153,169); }

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

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

 a { background-color: rgb(206,153,169); }

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

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

 span { border-color: rgb(206,153,169); }

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