#CEA1AA

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

Shades of Careys Pink #CEA1AA

Tints of Careys Pink #CEA1AA

Color information

#CEA1AA (or 0xCEA1AA) is unknown color: approx Careys Pink. HEX triplet: CE, A1 and AA. RGB value is (206,161,170). Sum of RGB (Red+Green+Blue) = 206+161+170=537 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.36% from 537); Green value is 161 (63.28% from 255 or 29.98% from 537); Blue value is 170 (66.80% from 255 or 31.66% from 537); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA1AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA1AA is #315E55. Grayscale: #AFAFAF. Windows color (decimal): -3235414 or 11182542. OLE color: 11182542.

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

Color convert

RGB206161170-
CMYK00.220.170.19
HSL348º31.47%71.96%-
HSV(B)348º21.84%80.78%-
XYZ45.4541.5143.65-
YUV175.48124.91149.77-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.36%
GREEN value IS 161 (63.28% from 255) = 29.98%
BLUE value IS 170 (66.80% from 255) = 31.66%
R=38.36%
G=29.98%
B=31.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.17
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20616117000.220.170.1934831.4771.96
HexCEA1AA016111315c1f48
Octal316241252026212353437110
Binary1100111010100001101010100101101000110011101011100111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA1AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA1AA; }

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

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

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

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

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

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

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

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