Html Css Color HEX #C2A9AC Careys Pink

📋 copy color: '#C2A9AC'

red 194 ◦ green 169 ◦ blue 172

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

Shades of Careys Pink #C2A9AC

Tints of Careys Pink #C2A9AC

RGB

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

 GREEN value IS 169 (66.41% from 255) = 31.59%

 BLUE value IS 172 (67.58% from 255) = 32.15%

R = 36.26%
G = 31.59%
B = 32.15%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#C2A9AC (or 0xC2A9AC) is known color: Careys Pink. HEX triplet: C2, A9 and AC. RGB value is (194,169,172). Sum of RGB (Red+Green+Blue) = 194+169+172=535 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.26% from 535); Green value is 169 (66.41% from 255 or 31.59% from 535); Blue value is 172 (67.58% from 255 or 32.15% from 535); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A9AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2A9AC is #3D5653. Grayscale: #B0B0B0. Windows color (decimal): -4019796 or 11315650. OLE color: 11315650.

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

Color convert

RGB 194 169 172 -
CMYK 0 0.13 0.11 0.24
HSL 352.8º 0.17% 0.71% -
HSV(B) 352.8º 0.13% 0.76% -
XYZ 43.88 42.82 44.98 -
YUV 176.82 125.28 140.26 -
System Red Green Blue C M Y K H S L
Decimal 194 169 172 0 0.13 0.11 0.24 352.8 0.17 0.71
Hex C2 A9 AC 0 D B 18 161 11 47
Octal 302 251 254 0 15 13 30 541 21 107
Binary 11000010 10101001 10101100 0 1101 1011 11000 101100001 10001 1000111

Color Harmonies of #C2A9AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2A9AC

Black with #C2A9AC

Text Example


Text Example

White with #C2A9AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2A9AC; }

 p { color: rgb(194,169,172); }

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

background-color css

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

 a { background-color: rgb(194,169,172); }

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

border-color css

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

 span { border-color: rgb(194,169,172); }

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