Html Css Color HEX #CEA3A6 Careys Pink

📋 copy color: '#CEA3A6'

red 206 ◦ green 163 ◦ blue 166

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

Shades of Careys Pink #CEA3A6

Tints of Careys Pink #CEA3A6

RGB

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

 GREEN value IS 163 (64.06% from 255) = 30.47%

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

R = 38.5%
G = 30.47%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.19

 K value IS 0.19

RGB Variations

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

Color information

#CEA3A6 (or 0xCEA3A6) is known color: Careys Pink. HEX triplet: CE, A3 and A6. RGB value is (206,163,166). Sum of RGB (Red+Green+Blue) = 206+163+166=535 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.50% from 535); Green value is 163 (64.06% from 255 or 30.47% from 535); Blue value is 166 (65.23% from 255 or 31.03% from 535); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA3A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA3A6 is #315C59. Grayscale: #B0B0B0. Windows color (decimal): -3234906 or 10920910. OLE color: 10920910.

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

Color convert

RGB 206 163 166 -
CMYK 0 0.21 0.19 0.19
HSL 355.81º 0.3% 0.72% -
HSV(B) 355.81º 0.21% 0.81% -
XYZ 45.43 42.07 41.8 -
YUV 176.2 122.25 149.26 -
System Red Green Blue C M Y K H S L
Decimal 206 163 166 0 0.21 0.19 0.19 355.81 0.3 0.72
Hex CE A3 A6 0 15 13 13 164 1E 48
Octal 316 243 246 0 25 23 23 544 36 110
Binary 11001110 10100011 10100110 0 10101 10011 10011 101100100 11110 1001000

Color Harmonies of #CEA3A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA3A6

Black with #CEA3A6

Text Example


Text Example

White with #CEA3A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA3A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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