Html Css Color HEX #C5A9AC Careys Pink

📋 copy color: '#C5A9AC'

red 197 ◦ green 169 ◦ blue 172

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

Shades of Careys Pink #C5A9AC

Tints of Careys Pink #C5A9AC

RGB

 RED value IS 197 (77.34% from 255) = 36.62%

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

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

R = 36.62%
G = 31.41%
B = 31.97%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.13

 K value IS 0.23

RGB Variations

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

Color information

#C5A9AC (or 0xC5A9AC) is known color: Careys Pink. HEX triplet: C5, A9 and AC. RGB value is (197,169,172). Sum of RGB (Red+Green+Blue) = 197+169+172=538 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.62% from 538); Green value is 169 (66.41% from 255 or 31.41% from 538); Blue value is 172 (67.58% from 255 or 31.97% from 538); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A9AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5A9AC is #3A5653. Grayscale: #B1B1B1. Windows color (decimal): -3823188 or 11315653. OLE color: 11315653.

HSL color Cylindrical-coordinate representation of color #C5A9AC: hue angle of 353.57º degrees, saturation: 0.19, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C5A9AC is Cyan = 0, Magento = 0.14, Yellow = 0.13 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 169 172 -
CMYK 0 0.14 0.13 0.23
HSL 353.57º 0.19% 0.72% -
HSV(B) 353.57º 0.14% 0.77% -
XYZ 44.66 43.22 45.02 -
YUV 177.71 124.78 141.76 -
System Red Green Blue C M Y K H S L
Decimal 197 169 172 0 0.14 0.13 0.23 353.57 0.19 0.72
Hex C5 A9 AC 0 E D 17 162 13 48
Octal 305 251 254 0 16 15 27 542 23 110
Binary 11000101 10101001 10101100 0 1110 1101 10111 101100010 10011 1001000

Color Harmonies of #C5A9AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5A9AC

Black with #C5A9AC

Text Example


Text Example

White with #C5A9AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5A9AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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