Html Css Color HEX #C9A7AA Careys Pink

📋 copy color: '#C9A7AA'

red 201 ◦ green 167 ◦ blue 170

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

Shades of Careys Pink #C9A7AA

Tints of Careys Pink #C9A7AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 31.6%

R = 37.36%
G = 31.04%
B = 31.6%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.15

 K value IS 0.21

RGB Variations

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

Color information

#C9A7AA (or 0xC9A7AA) is known color: Careys Pink. HEX triplet: C9, A7 and AA. RGB value is (201,167,170). Sum of RGB (Red+Green+Blue) = 201+167+170=538 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.36% from 538); Green value is 167 (65.62% from 255 or 31.04% from 538); Blue value is 170 (66.80% from 255 or 31.60% from 538); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A7AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9A7AA is #365855. Grayscale: #B1B1B1. Windows color (decimal): -3561558 or 11184073. OLE color: 11184073.

HSL color Cylindrical-coordinate representation of color #C9A7AA: hue angle of 354.71º 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 #C9A7AA is Cyan = 0, Magento = 0.17, Yellow = 0.15 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 167 170 -
CMYK 0 0.17 0.15 0.21
HSL 354.71º 0.24% 0.72% -
HSV(B) 354.71º 0.17% 0.79% -
XYZ 45.16 42.96 43.94 -
YUV 177.51 123.76 144.76 -
System Red Green Blue C M Y K H S L
Decimal 201 167 170 0 0.17 0.15 0.21 354.71 0.24 0.72
Hex C9 A7 AA 0 11 F 15 163 18 48
Octal 311 247 252 0 21 17 25 543 30 110
Binary 11001001 10100111 10101010 0 10001 1111 10101 101100011 11000 1001000

Color Harmonies of #C9A7AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A7AA

Black with #C9A7AA

Text Example


Text Example

White with #C9A7AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A7AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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