Html Css Color HEX #CEA6A7 Careys Pink

📋 copy color: '#CEA6A7'

red 206 ◦ green 166 ◦ blue 167

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

Shades of Careys Pink #CEA6A7

Tints of Careys Pink #CEA6A7

RGB

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

 GREEN value IS 166 (65.23% from 255) = 30.8%

 BLUE value IS 167 (65.63% from 255) = 30.98%

R = 38.22%
G = 30.8%
B = 30.98%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.19

 K value IS 0.19

RGB Variations

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

Color information

#CEA6A7 (or 0xCEA6A7) is known color: Careys Pink. HEX triplet: CE, A6 and A7. RGB value is (206,166,167). Sum of RGB (Red+Green+Blue) = 206+166+167=539 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.22% from 539); Green value is 166 (65.23% from 255 or 30.80% from 539); Blue value is 167 (65.62% from 255 or 30.98% from 539); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA6A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA6A7 is #315958. Grayscale: #B2B2B2. Windows color (decimal): -3234137 or 10987214. OLE color: 10987214.

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

Color convert

RGB 206 166 167 -
CMYK 0 0.19 0.19 0.19
HSL 358.5º 0.29% 0.73% -
HSV(B) 358.5º 0.19% 0.81% -
XYZ 46.06 43.18 42.47 -
YUV 178.07 121.75 147.92 -
System Red Green Blue C M Y K H S L
Decimal 206 166 167 0 0.19 0.19 0.19 358.5 0.29 0.73
Hex CE A6 A7 0 13 13 13 166 1D 49
Octal 316 246 247 0 23 23 23 546 35 111
Binary 11001110 10100110 10100111 0 10011 10011 10011 101100110 11101 1001001

Color Harmonies of #CEA6A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA6A7

Black with #CEA6A7

Text Example


Text Example

White with #CEA6A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA6A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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