Html Css Color HEX #C9A6AE Careys Pink

📋 copy color: '#C9A6AE'

red 201 ◦ green 166 ◦ blue 174

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

Shades of Careys Pink #C9A6AE

Tints of Careys Pink #C9A6AE

RGB

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

 GREEN value IS 166 (65.23% from 255) = 30.68%

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

R = 37.15%
G = 30.68%
B = 32.16%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.13

 K value IS 0.21

RGB Variations

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

Color information

#C9A6AE (or 0xC9A6AE) is known color: Careys Pink. HEX triplet: C9, A6 and AE. RGB value is (201,166,174). Sum of RGB (Red+Green+Blue) = 201+166+174=541 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.15% from 541); Green value is 166 (65.23% from 255 or 30.68% from 541); Blue value is 174 (68.36% from 255 or 32.16% from 541); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A6AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9A6AE is #365951. Grayscale: #B1B1B1. Windows color (decimal): -3561810 or 11445961. OLE color: 11445961.

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

Color convert

RGB 201 166 174 -
CMYK 0 0.17 0.13 0.21
HSL 346.29º 0.24% 0.72% -
HSV(B) 346.29º 0.17% 0.79% -
XYZ 45.36 42.75 45.9 -
YUV 177.38 126.1 144.85 -
System Red Green Blue C M Y K H S L
Decimal 201 166 174 0 0.17 0.13 0.21 346.29 0.24 0.72
Hex C9 A6 AE 0 11 D 15 15A 18 48
Octal 311 246 256 0 21 15 25 532 30 110
Binary 11001001 10100110 10101110 0 10001 1101 10101 101011010 11000 1001000

Color Harmonies of #C9A6AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A6AE

Black with #C9A6AE

Text Example


Text Example

White with #C9A6AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A6AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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