#CE98A5

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

Shades of Careys Pink #CE98A5

Tints of Careys Pink #CE98A5

Color information

#CE98A5 (or 0xCE98A5) is unknown color: approx Careys Pink. HEX triplet: CE, 98 and A5. RGB value is (206,152,165). Sum of RGB (Red+Green+Blue) = 206+152+165=523 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.39% from 523); Green value is 152 (59.77% from 255 or 29.06% from 523); Blue value is 165 (64.84% from 255 or 31.55% from 523); Max value from RGB is 206 - color contains mainly: red. Hex color #CE98A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE98A5 is #31675A. Grayscale: #A9A9A9. Windows color (decimal): -3237723 or 10852558. OLE color: 10852558.

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

Color convert

RGB206152165-
CMYK00.260.200.19
HSL345.56º35.53%70.2%-
HSV(B)345.56º26.21%80.78%-
XYZ43.4738.2940.7-
YUV169.63125.39153.94-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.39%
GREEN value IS 152 (59.77% from 255) = 29.06%
BLUE value IS 165 (64.84% from 255) = 31.55%
R=39.39%
G=29.06%
B=31.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.20
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20615216500.260.200.19345.5635.5370.2
HexCE98A501A141315a2446
Octal316230245032242353244106
Binary11001110100110001010010101101010100100111010110101001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE98A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE98A5; }

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

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

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

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

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

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

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

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