Html Css Color HEX #C9A3AD Careys Pink

📋 copy color: '#C9A3AD'

red 201 ◦ green 163 ◦ blue 173

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

Shades of Careys Pink #C9A3AD

Tints of Careys Pink #C9A3AD

RGB

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

 GREEN value IS 163 (64.06% from 255) = 30.35%

 BLUE value IS 173 (67.97% from 255) = 32.22%

R = 37.43%
G = 30.35%
B = 32.22%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.14

 K value IS 0.21

RGB Variations

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

Color information

#C9A3AD (or 0xC9A3AD) is known color: Careys Pink. HEX triplet: C9, A3 and AD. RGB value is (201,163,173). Sum of RGB (Red+Green+Blue) = 201+163+173=537 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.43% from 537); Green value is 163 (64.06% from 255 or 30.35% from 537); Blue value is 173 (67.97% from 255 or 32.22% from 537); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A3AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9A3AD is #365C52. Grayscale: #AFAFAF. Windows color (decimal): -3562579 or 11379657. OLE color: 11379657.

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

Color convert

RGB 201 163 173 -
CMYK 0 0.19 0.14 0.21
HSL 344.21º 0.26% 0.71% -
HSV(B) 344.21º 0.19% 0.79% -
XYZ 44.73 41.63 45.21 -
YUV 175.5 126.59 146.19 -
System Red Green Blue C M Y K H S L
Decimal 201 163 173 0 0.19 0.14 0.21 344.21 0.26 0.71
Hex C9 A3 AD 0 13 E 15 158 1A 47
Octal 311 243 255 0 23 16 25 530 32 107
Binary 11001001 10100011 10101101 0 10011 1110 10101 101011000 11010 1000111

Color Harmonies of #C9A3AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A3AD

Black with #C9A3AD

Text Example


Text Example

White with #C9A3AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A3AD; }

 p { color: rgb(201,163,173); }

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

background-color css

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

 a { background-color: rgb(201,163,173); }

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

border-color css

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

 span { border-color: rgb(201,163,173); }

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