#CEA1AD

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

Shades of Careys Pink #CEA1AD

Tints of Careys Pink #CEA1AD

Color information

#CEA1AD (or 0xCEA1AD) is unknown color: approx Careys Pink. HEX triplet: CE, A1 and AD. RGB value is (206,161,173). Sum of RGB (Red+Green+Blue) = 206+161+173=540 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.15% from 540); Green value is 161 (63.28% from 255 or 29.81% from 540); Blue value is 173 (67.97% from 255 or 32.04% from 540); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA1AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA1AD is #315E52. Grayscale: #AFAFAF. Windows color (decimal): -3235411 or 11379150. OLE color: 11379150.

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

Color convert

RGB206161173-
CMYK00.220.160.19
HSL344º31.47%71.96%-
HSV(B)344º21.84%80.78%-
XYZ45.7441.6345.16-
YUV175.82126.41149.52-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.15%
GREEN value IS 161 (63.28% from 255) = 29.81%
BLUE value IS 173 (67.97% from 255) = 32.04%
R=38.15%
G=29.81%
B=32.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.16
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20616117300.220.160.1934431.4771.96
HexCEA1AD01610131581f48
Octal316241255026202353037110
Binary1100111010100001101011010101101000010011101011000111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA1AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA1AD; }

 p { color: rgb(206,161,173); }

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

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

 a { background-color: rgb(206,161,173); }

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

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

 span { border-color: rgb(206,161,173); }

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