Html Css Color HEX #CEA1A6 Careys Pink

📋 copy color: '#CEA1A6'

red 206 ◦ green 161 ◦ blue 166

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

Shades of Careys Pink #CEA1A6

Tints of Careys Pink #CEA1A6

RGB

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

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

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

R = 38.65%
G = 30.21%
B = 31.14%

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

#CEA1A6 (or 0xCEA1A6) is known color: Careys Pink. HEX triplet: CE, A1 and A6. RGB value is (206,161,166). Sum of RGB (Red+Green+Blue) = 206+161+166=533 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.65% from 533); Green value is 161 (63.28% from 255 or 30.21% from 533); Blue value is 166 (65.23% from 255 or 31.14% from 533); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA1A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA1A6 is #315E59. Grayscale: #AFAFAF. Windows color (decimal): -3235418 or 10920398. OLE color: 10920398.

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

Color convert

RGB 206 161 166 -
CMYK 0 0.22 0.19 0.19
HSL 353.33º 0.31% 0.72% -
HSV(B) 353.33º 0.22% 0.81% -
XYZ 45.08 41.36 41.68 -
YUV 175.03 122.91 150.09 -
System Red Green Blue C M Y K H S L
Decimal 206 161 166 0 0.22 0.19 0.19 353.33 0.31 0.72
Hex CE A1 A6 0 16 13 13 161 1F 48
Octal 316 241 246 0 26 23 23 541 37 110
Binary 11001110 10100001 10100110 0 10110 10011 10011 101100001 11111 1001000

Color Harmonies of #CEA1A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA1A6

Black with #CEA1A6

Text Example


Text Example

White with #CEA1A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA1A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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