Html Css Color HEX #CEA2AD Careys Pink

📋 copy color: '#CEA2AD'

red 206 ◦ green 162 ◦ blue 173

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

Shades of Careys Pink #CEA2AD

Tints of Careys Pink #CEA2AD

RGB

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

 GREEN value IS 162 (63.67% from 255) = 29.94%

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

R = 38.08%
G = 29.94%
B = 31.98%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.16

 K value IS 0.19

RGB Variations

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

Color information

#CEA2AD (or 0xCEA2AD) is known color: Careys Pink. HEX triplet: CE, A2 and AD. RGB value is (206,162,173). Sum of RGB (Red+Green+Blue) = 206+162+173=541 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.08% from 541); Green value is 162 (63.67% from 255 or 29.94% from 541); Blue value is 173 (67.97% from 255 or 31.98% from 541); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA2AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA2AD is #315D52. Grayscale: #B0B0B0. Windows color (decimal): -3235155 or 11379406. OLE color: 11379406.

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

Color convert

RGB 206 162 173 -
CMYK 0 0.21 0.16 0.19
HSL 345º 0.31% 0.72% -
HSV(B) 345º 0.21% 0.81% -
XYZ 45.92 41.98 45.22 -
YUV 176.41 126.08 149.11 -
System Red Green Blue C M Y K H S L
Decimal 206 162 173 0 0.21 0.16 0.19 345 0.31 0.72
Hex CE A2 AD 0 15 10 13 159 1F 48
Octal 316 242 255 0 25 20 23 531 37 110
Binary 11001110 10100010 10101101 0 10101 10000 10011 101011001 11111 1001000

Color Harmonies of #CEA2AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA2AD

Black with #CEA2AD

Text Example


Text Example

White with #CEA2AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA2AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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