Html Css Color HEX #C2A6AE Careys Pink

📋 copy color: '#C2A6AE'

red 194 ◦ green 166 ◦ blue 174

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

Shades of Careys Pink #C2A6AE

Tints of Careys Pink #C2A6AE

RGB

 RED value IS 194 (76.17% from 255) = 36.33%

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

 BLUE value IS 174 (68.36% from 255) = 32.58%

R = 36.33%
G = 31.09%
B = 32.58%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C2A6AE (or 0xC2A6AE) is known color: Careys Pink. HEX triplet: C2, A6 and AE. RGB value is (194,166,174). Sum of RGB (Red+Green+Blue) = 194+166+174=534 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.33% from 534); Green value is 166 (65.23% from 255 or 31.09% from 534); Blue value is 174 (68.36% from 255 or 32.58% from 534); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A6AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2A6AE is #3D5951. Grayscale: #AFAFAF. Windows color (decimal): -4020562 or 11445954. OLE color: 11445954.

HSL color Cylindrical-coordinate representation of color #C2A6AE: hue angle of 342.86º degrees, saturation: 0.19, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C2A6AE is Cyan = 0, Magento = 0.14, Yellow = 0.10 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 166 174 -
CMYK 0 0.14 0.10 0.24
HSL 342.86º 0.19% 0.71% -
HSV(B) 342.86º 0.14% 0.76% -
XYZ 43.52 41.8 45.82 -
YUV 175.28 127.28 141.35 -
System Red Green Blue C M Y K H S L
Decimal 194 166 174 0 0.14 0.10 0.24 342.86 0.19 0.71
Hex C2 A6 AE 0 E A 18 157 13 47
Octal 302 246 256 0 16 12 30 527 23 107
Binary 11000010 10100110 10101110 0 1110 1010 11000 101010111 10011 1000111

Color Harmonies of #C2A6AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2A6AE

Black with #C2A6AE

Text Example


Text Example

White with #C2A6AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2A6AE; }

 p { color: rgb(194,166,174); }

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

background-color css

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

 a { background-color: rgb(194,166,174); }

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

border-color css

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

 span { border-color: rgb(194,166,174); }

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