Html Css Color HEX #C2A9AB Careys Pink

📋 copy color: '#C2A9AB'

red 194 ◦ green 169 ◦ blue 171

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

Shades of Careys Pink #C2A9AB

Tints of Careys Pink #C2A9AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 32.02%

R = 36.33%
G = 31.65%
B = 32.02%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#C2A9AB (or 0xC2A9AB) is known color: Careys Pink. HEX triplet: C2, A9 and AB. RGB value is (194,169,171). Sum of RGB (Red+Green+Blue) = 194+169+171=534 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.33% from 534); Green value is 169 (66.41% from 255 or 31.65% from 534); Blue value is 171 (67.19% from 255 or 32.02% from 534); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A9AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2A9AB is #3D5654. Grayscale: #B0B0B0. Windows color (decimal): -4019797 or 11250114. OLE color: 11250114.

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

Color convert

RGB 194 169 171 -
CMYK 0 0.13 0.12 0.24
HSL 355.2º 0.17% 0.71% -
HSV(B) 355.2º 0.13% 0.76% -
XYZ 43.79 42.79 44.48 -
YUV 176.7 124.78 140.34 -
System Red Green Blue C M Y K H S L
Decimal 194 169 171 0 0.13 0.12 0.24 355.2 0.17 0.71
Hex C2 A9 AB 0 D C 18 163 11 47
Octal 302 251 253 0 15 14 30 543 21 107
Binary 11000010 10101001 10101011 0 1101 1100 11000 101100011 10001 1000111

Color Harmonies of #C2A9AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2A9AB

Black with #C2A9AB

Text Example


Text Example

White with #C2A9AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2A9AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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