Html Css Color HEX #C2A9AF Careys Pink

📋 copy color: '#C2A9AF'

red 194 ◦ green 169 ◦ blue 175

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

Shades of Careys Pink #C2A9AF

Tints of Careys Pink #C2A9AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 32.53%

R = 36.06%
G = 31.41%
B = 32.53%

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

#C2A9AF (or 0xC2A9AF) is known color: Careys Pink. HEX triplet: C2, A9 and AF. RGB value is (194,169,175). Sum of RGB (Red+Green+Blue) = 194+169+175=538 (71% of max value = 765). Red value is 194 (76.17% from 255 or 36.06% from 538); Green value is 169 (66.41% from 255 or 31.41% from 538); Blue value is 175 (68.75% from 255 or 32.53% from 538); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A9AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2A9AF is #3D5650. Grayscale: #B1B1B1. Windows color (decimal): -4019793 or 11512258. OLE color: 11512258.

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

Color convert

RGB 194 169 175 -
CMYK 0 0.13 0.10 0.24
HSL 345.6º 0.17% 0.71% -
HSV(B) 345.6º 0.13% 0.76% -
XYZ 44.17 42.94 46.52 -
YUV 177.16 126.78 140.01 -
System Red Green Blue C M Y K H S L
Decimal 194 169 175 0 0.13 0.10 0.24 345.6 0.17 0.71
Hex C2 A9 AF 0 D A 18 15A 11 47
Octal 302 251 257 0 15 12 30 532 21 107
Binary 11000010 10101001 10101111 0 1101 1010 11000 101011010 10001 1000111

Color Harmonies of #C2A9AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2A9AF

Black with #C2A9AF

Text Example


Text Example

White with #C2A9AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2A9AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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