Html Css Color HEX #CEA6AD Careys Pink

📋 copy color: '#CEA6AD'

red 206 ◦ green 166 ◦ blue 173

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

Shades of Careys Pink #CEA6AD

Tints of Careys Pink #CEA6AD

RGB

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

 GREEN value IS 166 (65.23% from 255) = 30.46%

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

R = 37.8%
G = 30.46%
B = 31.74%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.16

 K value IS 0.19

RGB Variations

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

Color information

#CEA6AD (or 0xCEA6AD) is known color: Careys Pink. HEX triplet: CE, A6 and AD. RGB value is (206,166,173). Sum of RGB (Red+Green+Blue) = 206+166+173=545 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.80% from 545); Green value is 166 (65.23% from 255 or 30.46% from 545); Blue value is 173 (67.97% from 255 or 31.74% from 545); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA6AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA6AD is #315952. Grayscale: #B2B2B2. Windows color (decimal): -3234131 or 11380430. OLE color: 11380430.

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

Color convert

RGB 206 166 173 -
CMYK 0 0.19 0.16 0.19
HSL 349.5º 0.29% 0.73% -
HSV(B) 349.5º 0.19% 0.81% -
XYZ 46.63 43.41 45.46 -
YUV 178.76 124.75 147.43 -
System Red Green Blue C M Y K H S L
Decimal 206 166 173 0 0.19 0.16 0.19 349.5 0.29 0.73
Hex CE A6 AD 0 13 10 13 15E 1D 49
Octal 316 246 255 0 23 20 23 536 35 111
Binary 11001110 10100110 10101101 0 10011 10000 10011 101011110 11101 1001001

Color Harmonies of #CEA6AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA6AD

Black with #CEA6AD

Text Example


Text Example

White with #CEA6AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA6AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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