#CE999E

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

Shades of Careys Pink #CE999E

Tints of Careys Pink #CE999E

Color information

#CE999E (or 0xCE999E) is unknown color: approx Careys Pink. HEX triplet: CE, 99 and 9E. RGB value is (206,153,158). Sum of RGB (Red+Green+Blue) = 206+153+158=517 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.85% from 517); Green value is 153 (60.16% from 255 or 29.59% from 517); Blue value is 158 (62.11% from 255 or 30.56% from 517); Max value from RGB is 206 - color contains mainly: red. Hex color #CE999E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE999E is #316661. Grayscale: #A9A9A9. Windows color (decimal): -3237474 or 10394062. OLE color: 10394062.

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

Color convert

RGB206153158-
CMYK00.260.230.19
HSL354.34º35.1%70.39%-
HSV(B)354.34º25.73%80.78%-
XYZ43.0238.3737.49-
YUV169.42121.56154.09-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.85%
GREEN value IS 153 (60.16% from 255) = 29.59%
BLUE value IS 158 (62.11% from 255) = 30.56%
R=39.85%
G=29.59%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.23
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20615315800.260.230.19354.3435.170.39
HexCE999E01A17131622346
Octal316231236032272354243106
Binary11001110100110011001111001101010111100111011000101000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE999E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE999E; }

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

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

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

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

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

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

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

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