Html Css Color HEX #C9A7AC Careys Pink

📋 copy color: '#C9A7AC'

red 201 ◦ green 167 ◦ blue 172

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

Shades of Careys Pink #C9A7AC

Tints of Careys Pink #C9A7AC

RGB

 RED value IS 201 (78.91% from 255) = 37.22%

 GREEN value IS 167 (65.63% from 255) = 30.93%

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

R = 37.22%
G = 30.93%
B = 31.85%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.14

 K value IS 0.21

RGB Variations

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

Color information

#C9A7AC (or 0xC9A7AC) is known color: Careys Pink. HEX triplet: C9, A7 and AC. RGB value is (201,167,172). Sum of RGB (Red+Green+Blue) = 201+167+172=540 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.22% from 540); Green value is 167 (65.62% from 255 or 30.93% from 540); Blue value is 172 (67.58% from 255 or 31.85% from 540); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A7AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9A7AC is #365853. Grayscale: #B1B1B1. Windows color (decimal): -3561556 or 11315145. OLE color: 11315145.

HSL color Cylindrical-coordinate representation of color #C9A7AC: hue angle of 351.18º degrees, saturation: 0.24, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C9A7AC is Cyan = 0, Magento = 0.17, Yellow = 0.14 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 167 172 -
CMYK 0 0.17 0.14 0.21
HSL 351.18º 0.24% 0.72% -
HSV(B) 351.18º 0.17% 0.79% -
XYZ 45.35 43.03 44.95 -
YUV 177.74 124.76 144.59 -
System Red Green Blue C M Y K H S L
Decimal 201 167 172 0 0.17 0.14 0.21 351.18 0.24 0.72
Hex C9 A7 AC 0 11 E 15 15F 18 48
Octal 311 247 254 0 21 16 25 537 30 110
Binary 11001001 10100111 10101100 0 10001 1110 10101 101011111 11000 1001000

Color Harmonies of #C9A7AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A7AC

Black with #C9A7AC

Text Example


Text Example

White with #C9A7AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A7AC; }

 p { color: rgb(201,167,172); }

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

background-color css

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

 a { background-color: rgb(201,167,172); }

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

border-color css

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

 span { border-color: rgb(201,167,172); }

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