#CE98A6

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

Shades of Careys Pink #CE98A6

Tints of Careys Pink #CE98A6

Color information

#CE98A6 (or 0xCE98A6) is unknown color: approx Careys Pink. HEX triplet: CE, 98 and A6. RGB value is (206,152,166). Sum of RGB (Red+Green+Blue) = 206+152+166=524 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.31% from 524); Green value is 152 (59.77% from 255 or 29.01% from 524); Blue value is 166 (65.23% from 255 or 31.68% from 524); Max value from RGB is 206 - color contains mainly: red. Hex color #CE98A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE98A6 is #316759. Grayscale: #A9A9A9. Windows color (decimal): -3237722 or 10918094. OLE color: 10918094.

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

Color convert

RGB206152166-
CMYK00.260.190.19
HSL344.44º35.53%70.2%-
HSV(B)344.44º26.21%80.78%-
XYZ43.5638.3341.18-
YUV169.74125.89153.86-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.31%
GREEN value IS 152 (59.77% from 255) = 29.01%
BLUE value IS 166 (65.23% from 255) = 31.68%
R=39.31%
G=29.01%
B=31.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.19
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20615216600.260.190.19344.4435.5370.2
HexCE98A601A13131582446
Octal316230246032232353044106
Binary11001110100110001010011001101010011100111010110001001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE98A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE98A6; }

 p { color: rgb(206,152,166); }

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

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

 a { background-color: rgb(206,152,166); }

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

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

 span { border-color: rgb(206,152,166); }

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