Html Css Color HEX #C9A8AA Careys Pink

📋 copy color: '#C9A8AA'

red 201 ◦ green 168 ◦ blue 170

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

Shades of Careys Pink #C9A8AA

Tints of Careys Pink #C9A8AA

RGB

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

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

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

R = 37.29%
G = 31.17%
B = 31.54%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.15

 K value IS 0.21

RGB Variations

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

Color information

#C9A8AA (or 0xC9A8AA) is known color: Careys Pink. HEX triplet: C9, A8 and AA. RGB value is (201,168,170). Sum of RGB (Red+Green+Blue) = 201+168+170=539 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.29% from 539); Green value is 168 (66.02% from 255 or 31.17% from 539); Blue value is 170 (66.80% from 255 or 31.54% from 539); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A8AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9A8AA is #365755. Grayscale: #B2B2B2. Windows color (decimal): -3561302 or 11184329. OLE color: 11184329.

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

Color convert

RGB 201 168 170 -
CMYK 0 0.16 0.15 0.21
HSL 356.36º 0.23% 0.72% -
HSV(B) 356.36º 0.16% 0.79% -
XYZ 45.35 43.33 44 -
YUV 178.1 123.43 144.34 -
System Red Green Blue C M Y K H S L
Decimal 201 168 170 0 0.16 0.15 0.21 356.36 0.23 0.72
Hex C9 A8 AA 0 10 F 15 164 17 48
Octal 311 250 252 0 20 17 25 544 27 110
Binary 11001001 10101000 10101010 0 10000 1111 10101 101100100 10111 1001000

Color Harmonies of #C9A8AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A8AA

Black with #C9A8AA

Text Example


Text Example

White with #C9A8AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A8AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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