Html Css Color HEX #CEA0A6 Careys Pink

📋 copy color: '#CEA0A6'

red 206 ◦ green 160 ◦ blue 166

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

Shades of Careys Pink #CEA0A6

Tints of Careys Pink #CEA0A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 31.2%

R = 38.72%
G = 30.08%
B = 31.2%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.19

 K value IS 0.19

RGB Variations

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

Color information

#CEA0A6 (or 0xCEA0A6) is known color: Careys Pink. HEX triplet: CE, A0 and A6. RGB value is (206,160,166). Sum of RGB (Red+Green+Blue) = 206+160+166=532 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.72% from 532); Green value is 160 (62.89% from 255 or 30.08% from 532); Blue value is 166 (65.23% from 255 or 31.20% from 532); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA0A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA0A6 is #315F59. Grayscale: #AEAEAE. Windows color (decimal): -3235674 or 10920142. OLE color: 10920142.

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

Color convert

RGB 206 160 166 -
CMYK 0 0.22 0.19 0.19
HSL 352.17º 0.32% 0.72% -
HSV(B) 352.17º 0.22% 0.81% -
XYZ 44.91 41.02 41.63 -
YUV 174.44 123.24 150.51 -
System Red Green Blue C M Y K H S L
Decimal 206 160 166 0 0.22 0.19 0.19 352.17 0.32 0.72
Hex CE A0 A6 0 16 13 13 160 20 48
Octal 316 240 246 0 26 23 23 540 40 110
Binary 11001110 10100000 10100110 0 10110 10011 10011 101100000 100000 1001000

Color Harmonies of #CEA0A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA0A6

Black with #CEA0A6

Text Example


Text Example

White with #CEA0A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA0A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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