Html Css Color HEX #C2A9AE Careys Pink

📋 copy color: '#C2A9AE'

red 194 ◦ green 169 ◦ blue 174

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

Shades of Careys Pink #C2A9AE

Tints of Careys Pink #C2A9AE

RGB

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

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

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

R = 36.13%
G = 31.47%
B = 32.4%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C2A9AE (or 0xC2A9AE) is known color: Careys Pink. HEX triplet: C2, A9 and AE. RGB value is (194,169,174). Sum of RGB (Red+Green+Blue) = 194+169+174=537 (71% of max value = 765). Red value is 194 (76.17% from 255 or 36.13% from 537); Green value is 169 (66.41% from 255 or 31.47% from 537); Blue value is 174 (68.36% from 255 or 32.40% from 537); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A9AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2A9AE is #3D5651. Grayscale: #B1B1B1. Windows color (decimal): -4019794 or 11446722. OLE color: 11446722.

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

Color convert

RGB 194 169 174 -
CMYK 0 0.13 0.10 0.24
HSL 348º 0.17% 0.71% -
HSV(B) 348º 0.13% 0.76% -
XYZ 44.08 42.9 46 -
YUV 177.05 126.28 140.09 -
System Red Green Blue C M Y K H S L
Decimal 194 169 174 0 0.13 0.10 0.24 348 0.17 0.71
Hex C2 A9 AE 0 D A 18 15C 11 47
Octal 302 251 256 0 15 12 30 534 21 107
Binary 11000010 10101001 10101110 0 1101 1010 11000 101011100 10001 1000111

Color Harmonies of #C2A9AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2A9AE

Black with #C2A9AE

Text Example


Text Example

White with #C2A9AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2A9AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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