Html Css Color HEX #CEA2A6 Careys Pink

📋 copy color: '#CEA2A6'

red 206 ◦ green 162 ◦ blue 166

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

Shades of Careys Pink #CEA2A6

Tints of Careys Pink #CEA2A6

RGB

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

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

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

R = 38.58%
G = 30.34%
B = 31.09%

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

#CEA2A6 (or 0xCEA2A6) is known color: Careys Pink. HEX triplet: CE, A2 and A6. RGB value is (206,162,166). Sum of RGB (Red+Green+Blue) = 206+162+166=534 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.58% from 534); Green value is 162 (63.67% from 255 or 30.34% from 534); Blue value is 166 (65.23% from 255 or 31.09% from 534); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA2A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA2A6 is #315D59. Grayscale: #AFAFAF. Windows color (decimal): -3235162 or 10920654. OLE color: 10920654.

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

Color convert

RGB 206 162 166 -
CMYK 0 0.21 0.19 0.19
HSL 354.55º 0.31% 0.72% -
HSV(B) 354.55º 0.21% 0.81% -
XYZ 45.26 41.72 41.74 -
YUV 175.61 122.58 149.67 -
System Red Green Blue C M Y K H S L
Decimal 206 162 166 0 0.21 0.19 0.19 354.55 0.31 0.72
Hex CE A2 A6 0 15 13 13 163 1F 48
Octal 316 242 246 0 25 23 23 543 37 110
Binary 11001110 10100010 10100110 0 10101 10011 10011 101100011 11111 1001000

Color Harmonies of #CEA2A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA2A6

Black with #CEA2A6

Text Example


Text Example

White with #CEA2A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA2A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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