Html Css Color HEX #C9A3AE Careys Pink

📋 copy color: '#C9A3AE'

red 201 ◦ green 163 ◦ blue 174

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

Shades of Careys Pink #C9A3AE

Tints of Careys Pink #C9A3AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 32.34%

R = 37.36%
G = 30.3%
B = 32.34%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.13

 K value IS 0.21

RGB Variations

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

Color information

#C9A3AE (or 0xC9A3AE) is known color: Careys Pink. HEX triplet: C9, A3 and AE. RGB value is (201,163,174). Sum of RGB (Red+Green+Blue) = 201+163+174=538 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.36% from 538); Green value is 163 (64.06% from 255 or 30.30% from 538); Blue value is 174 (68.36% from 255 or 32.34% from 538); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A3AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9A3AE is #365C51. Grayscale: #AFAFAF. Windows color (decimal): -3562578 or 11445193. OLE color: 11445193.

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

Color convert

RGB 201 163 174 -
CMYK 0 0.19 0.13 0.21
HSL 342.63º 0.26% 0.71% -
HSV(B) 342.63º 0.19% 0.79% -
XYZ 44.82 41.67 45.72 -
YUV 175.62 127.09 146.11 -
System Red Green Blue C M Y K H S L
Decimal 201 163 174 0 0.19 0.13 0.21 342.63 0.26 0.71
Hex C9 A3 AE 0 13 D 15 157 1A 47
Octal 311 243 256 0 23 15 25 527 32 107
Binary 11001001 10100011 10101110 0 10011 1101 10101 101010111 11010 1000111

Color Harmonies of #C9A3AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A3AE

Black with #C9A3AE

Text Example


Text Example

White with #C9A3AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A3AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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