Html Css Color HEX #C2A6AD Careys Pink

📋 copy color: '#C2A6AD'

red 194 ◦ green 166 ◦ blue 173

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

Shades of Careys Pink #C2A6AD

Tints of Careys Pink #C2A6AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 32.46%

R = 36.4%
G = 31.14%
B = 32.46%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#C2A6AD (or 0xC2A6AD) is known color: Careys Pink. HEX triplet: C2, A6 and AD. RGB value is (194,166,173). Sum of RGB (Red+Green+Blue) = 194+166+173=533 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.40% from 533); Green value is 166 (65.23% from 255 or 31.14% from 533); Blue value is 173 (67.97% from 255 or 32.46% from 533); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A6AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2A6AD is #3D5952. Grayscale: #AFAFAF. Windows color (decimal): -4020563 or 11380418. OLE color: 11380418.

HSL color Cylindrical-coordinate representation of color #C2A6AD: hue angle of 345º 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 #C2A6AD is Cyan = 0, Magento = 0.14, Yellow = 0.11 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 166 173 -
CMYK 0 0.14 0.11 0.24
HSL 345º 0.19% 0.71% -
HSV(B) 345º 0.14% 0.76% -
XYZ 43.43 41.76 45.31 -
YUV 175.17 126.78 141.43 -
System Red Green Blue C M Y K H S L
Decimal 194 166 173 0 0.14 0.11 0.24 345 0.19 0.71
Hex C2 A6 AD 0 E B 18 159 13 47
Octal 302 246 255 0 16 13 30 531 23 107
Binary 11000010 10100110 10101101 0 1110 1011 11000 101011001 10011 1000111

Color Harmonies of #C2A6AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2A6AD

Black with #C2A6AD

Text Example


Text Example

White with #C2A6AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2A6AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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