#CE9496

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

Shades of Careys Pink #CE9496

Tints of Careys Pink #CE9496

Color information

#CE9496 (or 0xCE9496) is unknown color: approx Careys Pink. HEX triplet: CE, 94 and 96. RGB value is (206,148,150). Sum of RGB (Red+Green+Blue) = 206+148+150=504 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.87% from 504); Green value is 148 (58.20% from 255 or 29.37% from 504); Blue value is 150 (58.98% from 255 or 29.76% from 504); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9496 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE9496 is #316B69. Grayscale: #A5A5A5. Windows color (decimal): -3238762 or 9868494. OLE color: 9868494.

HSL color Cylindrical-coordinate representation of color #CE9496: hue angle of 357.93º degrees, saturation: 0.37, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CE9496 is Cyan = 0, Magento = 0.28, Yellow = 0.27 and Black (K on CMYK) = 0.19.

Color convert

RGB206148150-
CMYK00.280.270.19
HSL357.93º37.18%69.41%-
HSV(B)357.93º28.16%80.78%-
XYZ41.5536.533.71-
YUV165.57119.22156.84-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40.87%
GREEN value IS 148 (58.20% from 255) = 29.37%
BLUE value IS 150 (58.98% from 255) = 29.76%
R=40.87%
G=29.37%
B=29.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.27
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20614815000.280.270.19357.9337.1869.41
HexCE949601C1B131662545
Octal316224226034332354645105
Binary11001110100101001001011001110011011100111011001101001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE9496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE9496; }

 p { color: rgb(206,148,150); }

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

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

 a { background-color: rgb(206,148,150); }

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

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

 span { border-color: rgb(206,148,150); }

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