Html Css Color HEX #CEA5AD Careys Pink

📋 copy color: '#CEA5AD'

red 206 ◦ green 165 ◦ blue 173

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

Shades of Careys Pink #CEA5AD

Tints of Careys Pink #CEA5AD

RGB

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

 GREEN value IS 165 (64.84% from 255) = 30.33%

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

R = 37.87%
G = 30.33%
B = 31.8%

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

#CEA5AD (or 0xCEA5AD) is known color: Careys Pink. HEX triplet: CE, A5 and AD. RGB value is (206,165,173). Sum of RGB (Red+Green+Blue) = 206+165+173=544 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.87% from 544); Green value is 165 (64.84% from 255 or 30.33% from 544); Blue value is 173 (67.97% from 255 or 31.80% from 544); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA5AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA5AD is #315A52. Grayscale: #B2B2B2. Windows color (decimal): -3234387 or 11380174. OLE color: 11380174.

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

Color convert

RGB 206 165 173 -
CMYK 0 0.20 0.16 0.19
HSL 348.29º 0.29% 0.73% -
HSV(B) 348.29º 0.2% 0.81% -
XYZ 46.45 43.05 45.4 -
YUV 178.17 125.08 147.85 -
System Red Green Blue C M Y K H S L
Decimal 206 165 173 0 0.20 0.16 0.19 348.29 0.29 0.73
Hex CE A5 AD 0 14 10 13 15C 1D 49
Octal 316 245 255 0 24 20 23 534 35 111
Binary 11001110 10100101 10101101 0 10100 10000 10011 101011100 11101 1001001

Color Harmonies of #CEA5AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA5AD

Black with #CEA5AD

Text Example


Text Example

White with #CEA5AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA5AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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