Html Css Color HEX #CEA0AD Careys Pink

📋 copy color: '#CEA0AD'

red 206 ◦ green 160 ◦ blue 173

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

Shades of Careys Pink #CEA0AD

Tints of Careys Pink #CEA0AD

RGB

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

 GREEN value IS 160 (62.89% from 255) = 29.68%

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

R = 38.22%
G = 29.68%
B = 32.1%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.16

 K value IS 0.19

RGB Variations

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

Color information

#CEA0AD (or 0xCEA0AD) is known color: Careys Pink. HEX triplet: CE, A0 and AD. RGB value is (206,160,173). Sum of RGB (Red+Green+Blue) = 206+160+173=539 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.22% from 539); Green value is 160 (62.89% from 255 or 29.68% from 539); Blue value is 173 (67.97% from 255 or 32.10% from 539); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA0AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA0AD is #315F52. Grayscale: #AFAFAF. Windows color (decimal): -3235667 or 11378894. OLE color: 11378894.

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

Color convert

RGB 206 160 173 -
CMYK 0 0.22 0.16 0.19
HSL 343.04º 0.32% 0.72% -
HSV(B) 343.04º 0.22% 0.81% -
XYZ 45.57 41.28 45.1 -
YUV 175.24 126.74 149.94 -
System Red Green Blue C M Y K H S L
Decimal 206 160 173 0 0.22 0.16 0.19 343.04 0.32 0.72
Hex CE A0 AD 0 16 10 13 157 20 48
Octal 316 240 255 0 26 20 23 527 40 110
Binary 11001110 10100000 10101101 0 10110 10000 10011 101010111 100000 1001000

Color Harmonies of #CEA0AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA0AD

Black with #CEA0AD

Text Example


Text Example

White with #CEA0AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA0AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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