Html Css Color HEX #C9A8AC Careys Pink

📋 copy color: '#C9A8AC'

red 201 ◦ green 168 ◦ blue 172

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

Shades of Careys Pink #C9A8AC

Tints of Careys Pink #C9A8AC

RGB

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

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

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

R = 37.15%
G = 31.05%
B = 31.79%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.14

 K value IS 0.21

RGB Variations

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

Color information

#C9A8AC (or 0xC9A8AC) is known color: Careys Pink. HEX triplet: C9, A8 and AC. RGB value is (201,168,172). Sum of RGB (Red+Green+Blue) = 201+168+172=541 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.15% from 541); Green value is 168 (66.02% from 255 or 31.05% from 541); Blue value is 172 (67.58% from 255 or 31.79% from 541); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A8AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9A8AC is #365753. Grayscale: #B2B2B2. Windows color (decimal): -3561300 or 11315401. OLE color: 11315401.

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

Color convert

RGB 201 168 172 -
CMYK 0 0.16 0.14 0.21
HSL 352.73º 0.23% 0.72% -
HSV(B) 352.73º 0.16% 0.79% -
XYZ 45.54 43.4 45.01 -
YUV 178.32 124.43 144.17 -
System Red Green Blue C M Y K H S L
Decimal 201 168 172 0 0.16 0.14 0.21 352.73 0.23 0.72
Hex C9 A8 AC 0 10 E 15 161 17 48
Octal 311 250 254 0 20 16 25 541 27 110
Binary 11001001 10101000 10101100 0 10000 1110 10101 101100001 10111 1001000

Color Harmonies of #C9A8AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A8AC

Black with #C9A8AC

Text Example


Text Example

White with #C9A8AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A8AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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