#C9A4AA

Color #C9A4AA Careys Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Careys Pink #C9A4AA

Tints of Careys Pink #C9A4AA

Color information

#C9A4AA (or 0xC9A4AA) is unknown color: approx Careys Pink. HEX triplet: C9, A4 and AA. RGB value is (201,164,170). Sum of RGB (Red+Green+Blue) = 201+164+170=535 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.57% from 535); Green value is 164 (64.45% from 255 or 30.65% from 535); Blue value is 170 (66.80% from 255 or 31.78% from 535); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A4AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9A4AA is #365B55. Grayscale: #AFAFAF. Windows color (decimal): -3562326 or 11183305. OLE color: 11183305.

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

Color convert

RGB201164170-
CMYK00.180.150.21
HSL350.27º25.52%71.57%-
HSV(B)350.27º18.41%78.82%-
XYZ44.6241.8743.76-
YUV175.75124.76146.01-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 37.57%
GREEN value IS 164 (64.45% from 255) = 30.65%
BLUE value IS 170 (66.80% from 255) = 31.78%
R=37.57%
G=30.65%
B=31.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.15
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20116417000.180.150.21350.2725.5271.57
HexC9A4AA012F1515e1a48
Octal311244252022172553632110
Binary110010011010010010101010010010111110101101011110110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9A4AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9A4AA; }

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

 H1.HeaderClassName
 {
   color: #C9A4AA;
 }
 .AnyTagClassName
 {
   color: #C9A4AA;
 }
</style>
background-color css

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

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

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

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

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

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