#CE969D

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

Shades of Careys Pink #CE969D

Tints of Careys Pink #CE969D

Color information

#CE969D (or 0xCE969D) is unknown color: approx Careys Pink. HEX triplet: CE, 96 and 9D. RGB value is (206,150,157). Sum of RGB (Red+Green+Blue) = 206+150+157=513 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.16% from 513); Green value is 150 (58.98% from 255 or 29.24% from 513); Blue value is 157 (61.72% from 255 or 30.60% from 513); Max value from RGB is 206 - color contains mainly: red. Hex color #CE969D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE969D is #316962. Grayscale: #A7A7A7. Windows color (decimal): -3238243 or 10327758. OLE color: 10327758.

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

Color convert

RGB206150157-
CMYK00.270.240.19
HSL352.5º36.36%69.8%-
HSV(B)352.5º27.18%80.78%-
XYZ42.4537.3736.87-
YUV167.54122.05155.43-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40.16%
GREEN value IS 150 (58.98% from 255) = 29.24%
BLUE value IS 157 (61.72% from 255) = 30.60%
R=40.16%
G=29.24%
B=30.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.24
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20615015700.270.240.19352.536.3669.8
HexCE969D01B18131602446
Octal316226235033302354044106
Binary11001110100101101001110101101111000100111011000001001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE969D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE969D; }

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

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

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

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

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

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

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

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