#CEA3AF

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

Shades of Careys Pink #CEA3AF

Tints of Careys Pink #CEA3AF

Color information

#CEA3AF (or 0xCEA3AF) is unknown color: approx Careys Pink. HEX triplet: CE, A3 and AF. RGB value is (206,163,175). Sum of RGB (Red+Green+Blue) = 206+163+175=544 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.87% from 544); Green value is 163 (64.06% from 255 or 29.96% from 544); Blue value is 175 (68.75% from 255 or 32.17% from 544); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA3AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA3AF is #315C50. Grayscale: #B1B1B1. Windows color (decimal): -3234897 or 11510734. OLE color: 11510734.

HSL color Cylindrical-coordinate representation of color #CEA3AF: hue angle of 343.26º degrees, saturation: 0.3, 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 #CEA3AF is Cyan = 0, Magento = 0.21, Yellow = 0.15 and Black (K on CMYK) = 0.19.

Color convert

RGB206163175-
CMYK00.210.150.19
HSL343.26º30.5%72.35%-
HSV(B)343.26º20.87%80.78%-
XYZ46.2942.4146.3-
YUV177.22126.75148.52-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.87%
GREEN value IS 163 (64.06% from 255) = 29.96%
BLUE value IS 175 (68.75% from 255) = 32.17%
R=37.87%
G=29.96%
B=32.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.15
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20616317500.210.150.19343.2630.572.35
HexCEA3AF015F131571e48
Octal316243257025172352736110
Binary110011101010001110101111010101111110011101010111111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA3AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA3AF; }

 p { color: rgb(206,163,175); }

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

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

 a { background-color: rgb(206,163,175); }

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

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

 span { border-color: rgb(206,163,175); }

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