#CE949B

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

Shades of Careys Pink #CE949B

Tints of Careys Pink #CE949B

Color information

#CE949B (or 0xCE949B) is unknown color: approx Careys Pink. HEX triplet: CE, 94 and 9B. RGB value is (206,148,155). Sum of RGB (Red+Green+Blue) = 206+148+155=509 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.47% from 509); Green value is 148 (58.20% from 255 or 29.08% from 509); Blue value is 155 (60.94% from 255 or 30.45% from 509); Max value from RGB is 206 - color contains mainly: red. Hex color #CE949B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE949B is #316B64. Grayscale: #A6A6A6. Windows color (decimal): -3238757 or 10196174. OLE color: 10196174.

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

Color convert

RGB206148155-
CMYK00.280.250.19
HSL352.76º37.18%69.41%-
HSV(B)352.76º28.16%80.78%-
XYZ41.9636.6735.88-
YUV166.14121.72156.43-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40.47%
GREEN value IS 148 (58.20% from 255) = 29.08%
BLUE value IS 155 (60.94% from 255) = 30.45%
R=40.47%
G=29.08%
B=30.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.25
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20614815500.280.250.19352.7637.1869.41
HexCE949B01C19131612545
Octal316224233034312354145105
Binary11001110100101001001101101110011001100111011000011001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE949B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE949B; }

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

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

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

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

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

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

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

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