Html Css Color HEX #CEA3AD Careys Pink

📋 copy color: '#CEA3AD'

red 206 ◦ green 163 ◦ blue 173

#CEA3AD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Careys Pink #CEA3AD

Tints of Careys Pink #CEA3AD

RGB

 RED value IS 206 (80.86% from 255) = 38.01%

 GREEN value IS 163 (64.06% from 255) = 30.07%

 BLUE value IS 173 (67.97% from 255) = 31.92%

R = 38.01%
G = 30.07%
B = 31.92%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.16

 K value IS 0.19

RGB Variations

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

Color information

#CEA3AD (or 0xCEA3AD) is known color: Careys Pink. HEX triplet: CE, A3 and AD. RGB value is (206,163,173). Sum of RGB (Red+Green+Blue) = 206+163+173=542 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.01% from 542); Green value is 163 (64.06% from 255 or 30.07% from 542); Blue value is 173 (67.97% from 255 or 31.92% from 542); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA3AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA3AD is #315C52. Grayscale: #B1B1B1. Windows color (decimal): -3234899 or 11379662. OLE color: 11379662.

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

Color convert

RGB 206 163 173 -
CMYK 0 0.21 0.16 0.19
HSL 346.05º 0.3% 0.72% -
HSV(B) 346.05º 0.21% 0.81% -
XYZ 46.09 42.33 45.28 -
YUV 177 125.75 148.69 -
System Red Green Blue C M Y K H S L
Decimal 206 163 173 0 0.21 0.16 0.19 346.05 0.3 0.72
Hex CE A3 AD 0 15 10 13 15A 1E 48
Octal 316 243 255 0 25 20 23 532 36 110
Binary 11001110 10100011 10101101 0 10101 10000 10011 101011010 11110 1001000

Color Harmonies of #CEA3AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA3AD

Black with #CEA3AD

Text Example


Text Example

White with #CEA3AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA3AD; }

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

 H1.HeaderClassName
 {
   color: #CEA3AD;
 }
 .AnyTagClassName
 {
   color: #CEA3AD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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