#CE929B

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

Shades of Careys Pink #CE929B

Tints of Careys Pink #CE929B

Color information

#CE929B (or 0xCE929B) is unknown color: approx Careys Pink. HEX triplet: CE, 92 and 9B. RGB value is (206,146,155). Sum of RGB (Red+Green+Blue) = 206+146+155=507 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.63% from 507); Green value is 146 (57.42% from 255 or 28.80% from 507); Blue value is 155 (60.94% from 255 or 30.57% from 507); Max value from RGB is 206 - color contains mainly: red. Hex color #CE929B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE929B is #316D64. Grayscale: #A4A4A4. Windows color (decimal): -3239269 or 10195662. OLE color: 10195662.

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

Color convert

RGB206146155-
CMYK00.290.250.19
HSL351º37.97%69.02%-
HSV(B)351º29.13%80.78%-
XYZ41.6536.0535.77-
YUV164.97122.38157.27-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40.63%
GREEN value IS 146 (57.42% from 255) = 28.80%
BLUE value IS 155 (60.94% from 255) = 30.57%
R=40.63%
G=28.80%
B=30.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.25
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20614615500.290.250.1935137.9769.02
HexCE929B01D191315f2645
Octal316222233035312353746105
Binary11001110100100101001101101110111001100111010111111001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE929B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE929B; }

 p { color: rgb(206,146,155); }

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

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

 a { background-color: rgb(206,146,155); }

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

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

 span { border-color: rgb(206,146,155); }

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