#CEA2AC

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

Shades of Careys Pink #CEA2AC

Tints of Careys Pink #CEA2AC

Color information

#CEA2AC (or 0xCEA2AC) is unknown color: approx Careys Pink. HEX triplet: CE, A2 and AC. RGB value is (206,162,172). Sum of RGB (Red+Green+Blue) = 206+162+172=540 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.15% from 540); Green value is 162 (63.67% from 255 or 30% from 540); Blue value is 172 (67.58% from 255 or 31.85% from 540); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA2AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA2AC is #315D53. Grayscale: #B0B0B0. Windows color (decimal): -3235156 or 11313870. OLE color: 11313870.

HSL color Cylindrical-coordinate representation of color #CEA2AC: hue angle of 346.36º degrees, saturation: 0.31, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CEA2AC is Cyan = 0, Magento = 0.21, Yellow = 0.17 and Black (K on CMYK) = 0.19.

Color convert

RGB206162172-
CMYK00.210.170.19
HSL346.36º30.99%72.16%-
HSV(B)346.36º21.36%80.78%-
XYZ45.8241.9444.71-
YUV176.3125.58149.19-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.15%
GREEN value IS 162 (63.67% from 255) = 30%
BLUE value IS 172 (67.58% from 255) = 31.85%
R=38.15%
G=30%
B=31.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.17
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20616217200.210.170.19346.3630.9972.16
HexCEA2AC015111315a1f48
Octal316242254025212353237110
Binary1100111010100010101011000101011000110011101011010111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA2AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA2AC; }

 p { color: rgb(206,162,172); }

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

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

 a { background-color: rgb(206,162,172); }

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

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

 span { border-color: rgb(206,162,172); }

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