Html Css Color HEX #C5A8AC Careys Pink

📋 copy color: '#C5A8AC'

red 197 ◦ green 168 ◦ blue 172

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

Shades of Careys Pink #C5A8AC

Tints of Careys Pink #C5A8AC

RGB

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

 GREEN value IS 168 (66.02% from 255) = 31.28%

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

R = 36.69%
G = 31.28%
B = 32.03%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.13

 K value IS 0.23

RGB Variations

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

Color information

#C5A8AC (or 0xC5A8AC) is known color: Careys Pink. HEX triplet: C5, A8 and AC. RGB value is (197,168,172). Sum of RGB (Red+Green+Blue) = 197+168+172=537 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.69% from 537); Green value is 168 (66.02% from 255 or 31.28% from 537); Blue value is 172 (67.58% from 255 or 32.03% from 537); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A8AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5A8AC is #3A5753. Grayscale: #B1B1B1. Windows color (decimal): -3823444 or 11315397. OLE color: 11315397.

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

Color convert

RGB 197 168 172 -
CMYK 0 0.15 0.13 0.23
HSL 351.72º 0.2% 0.72% -
HSV(B) 351.72º 0.15% 0.77% -
XYZ 44.47 42.85 44.96 -
YUV 177.13 125.11 142.17 -
System Red Green Blue C M Y K H S L
Decimal 197 168 172 0 0.15 0.13 0.23 351.72 0.2 0.72
Hex C5 A8 AC 0 F D 17 160 14 48
Octal 305 250 254 0 17 15 27 540 24 110
Binary 11000101 10101000 10101100 0 1111 1101 10111 101100000 10100 1001000

Color Harmonies of #C5A8AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5A8AC

Black with #C5A8AC

Text Example


Text Example

White with #C5A8AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5A8AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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