Html Css Color HEX #CEA1AD Careys Pink

📋 copy color: '#CEA1AD'

red 206 ◦ green 161 ◦ blue 173

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

Shades of Careys Pink #CEA1AD

Tints of Careys Pink #CEA1AD

RGB

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

 GREEN value IS 161 (63.28% from 255) = 29.81%

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

R = 38.15%
G = 29.81%
B = 32.04%

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

#CEA1AD (or 0xCEA1AD) is known color: Careys Pink. HEX triplet: CE, A1 and AD. RGB value is (206,161,173). Sum of RGB (Red+Green+Blue) = 206+161+173=540 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.15% from 540); Green value is 161 (63.28% from 255 or 29.81% from 540); Blue value is 173 (67.97% from 255 or 32.04% from 540); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA1AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA1AD is #315E52. Grayscale: #AFAFAF. Windows color (decimal): -3235411 or 11379150. OLE color: 11379150.

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

Color convert

RGB 206 161 173 -
CMYK 0 0.22 0.16 0.19
HSL 344º 0.31% 0.72% -
HSV(B) 344º 0.22% 0.81% -
XYZ 45.74 41.63 45.16 -
YUV 175.82 126.41 149.52 -
System Red Green Blue C M Y K H S L
Decimal 206 161 173 0 0.22 0.16 0.19 344 0.31 0.72
Hex CE A1 AD 0 16 10 13 158 1F 48
Octal 316 241 255 0 26 20 23 530 37 110
Binary 11001110 10100001 10101101 0 10110 10000 10011 101011000 11111 1001000

Color Harmonies of #CEA1AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA1AD

Black with #CEA1AD

Text Example


Text Example

White with #CEA1AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA1AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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