#CE9198

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

Shades of Careys Pink #CE9198

Tints of Careys Pink #CE9198

Color information

#CE9198 (or 0xCE9198) is unknown color: approx Careys Pink. HEX triplet: CE, 91 and 98. RGB value is (206,145,152). Sum of RGB (Red+Green+Blue) = 206+145+152=503 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.95% from 503); Green value is 145 (57.03% from 255 or 28.83% from 503); Blue value is 152 (59.77% from 255 or 30.22% from 503); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9198 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE9198 is #316E67. Grayscale: #A4A4A4. Windows color (decimal): -3239528 or 9998798. OLE color: 9998798.

HSL color Cylindrical-coordinate representation of color #CE9198: hue angle of 353.11º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CE9198 is Cyan = 0, Magento = 0.30, Yellow = 0.26 and Black (K on CMYK) = 0.19.

Color convert

RGB206145152-
CMYK00.300.260.19
HSL353.11º38.36%68.82%-
HSV(B)353.11º29.61%80.78%-
XYZ41.2535.6434.41-
YUV164.04121.21157.93-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40.95%
GREEN value IS 145 (57.03% from 255) = 28.83%
BLUE value IS 152 (59.77% from 255) = 30.22%
R=40.95%
G=28.83%
B=30.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.26
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20614515200.300.260.19353.1138.3668.82
HexCE919801E1A131612645
Octal316221230036322354146105
Binary11001110100100011001100001111011010100111011000011001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE9198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE9198; }

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

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

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

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

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

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

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

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