Html Css Color HEX #CEA4AD Careys Pink

📋 copy color: '#CEA4AD'

red 206 ◦ green 164 ◦ blue 173

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

Shades of Careys Pink #CEA4AD

Tints of Careys Pink #CEA4AD

RGB

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

 GREEN value IS 164 (64.45% from 255) = 30.2%

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

R = 37.94%
G = 30.2%
B = 31.86%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.16

 K value IS 0.19

RGB Variations

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

Color information

#CEA4AD (or 0xCEA4AD) is known color: Careys Pink. HEX triplet: CE, A4 and AD. RGB value is (206,164,173). Sum of RGB (Red+Green+Blue) = 206+164+173=543 (71% of max value = 765). Red value is 206 (80.86% from 255 or 37.94% from 543); Green value is 164 (64.45% from 255 or 30.20% from 543); Blue value is 173 (67.97% from 255 or 31.86% from 543); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA4AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA4AD is #315B52. Grayscale: #B1B1B1. Windows color (decimal): -3234643 or 11379918. OLE color: 11379918.

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

Color convert

RGB 206 164 173 -
CMYK 0 0.20 0.16 0.19
HSL 347.14º 0.3% 0.73% -
HSV(B) 347.14º 0.2% 0.81% -
XYZ 46.27 42.69 45.34 -
YUV 177.58 125.41 148.27 -
System Red Green Blue C M Y K H S L
Decimal 206 164 173 0 0.20 0.16 0.19 347.14 0.3 0.73
Hex CE A4 AD 0 14 10 13 15B 1E 49
Octal 316 244 255 0 24 20 23 533 36 111
Binary 11001110 10100100 10101101 0 10100 10000 10011 101011011 11110 1001001

Color Harmonies of #CEA4AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA4AD

Black with #CEA4AD

Text Example


Text Example

White with #CEA4AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA4AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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