Html Css Color HEX #C9A5AE Careys Pink

📋 copy color: '#C9A5AE'

red 201 ◦ green 165 ◦ blue 174

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

Shades of Careys Pink #C9A5AE

Tints of Careys Pink #C9A5AE

RGB

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

 GREEN value IS 165 (64.84% from 255) = 30.56%

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

R = 37.22%
G = 30.56%
B = 32.22%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.13

 K value IS 0.21

RGB Variations

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

Color information

#C9A5AE (or 0xC9A5AE) is known color: Careys Pink. HEX triplet: C9, A5 and AE. RGB value is (201,165,174). Sum of RGB (Red+Green+Blue) = 201+165+174=540 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.22% from 540); Green value is 165 (64.84% from 255 or 30.56% from 540); Blue value is 174 (68.36% from 255 or 32.22% from 540); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A5AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9A5AE is #365A51. Grayscale: #B0B0B0. Windows color (decimal): -3562066 or 11445705. OLE color: 11445705.

HSL color Cylindrical-coordinate representation of color #C9A5AE: hue angle of 345º degrees, saturation: 0.25, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C9A5AE is Cyan = 0, Magento = 0.18, Yellow = 0.13 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 165 174 -
CMYK 0 0.18 0.13 0.21
HSL 345º 0.25% 0.72% -
HSV(B) 345º 0.18% 0.79% -
XYZ 45.18 42.38 45.84 -
YUV 176.79 126.43 145.27 -
System Red Green Blue C M Y K H S L
Decimal 201 165 174 0 0.18 0.13 0.21 345 0.25 0.72
Hex C9 A5 AE 0 12 D 15 159 19 48
Octal 311 245 256 0 22 15 25 531 31 110
Binary 11001001 10100101 10101110 0 10010 1101 10101 101011001 11001 1001000

Color Harmonies of #C9A5AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A5AE

Black with #C9A5AE

Text Example


Text Example

White with #C9A5AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A5AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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