#C7A4AA

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

Shades of Careys Pink #C7A4AA

Tints of Careys Pink #C7A4AA

Color information

#C7A4AA (or 0xC7A4AA) is unknown color: approx Careys Pink. HEX triplet: C7, A4 and AA. RGB value is (199,164,170). Sum of RGB (Red+Green+Blue) = 199+164+170=533 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.34% from 533); Green value is 164 (64.45% from 255 or 30.77% from 533); Blue value is 170 (66.80% from 255 or 31.89% from 533); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A4AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7A4AA is #385B55. Grayscale: #AFAFAF. Windows color (decimal): -3693398 or 11183303. OLE color: 11183303.

HSL color Cylindrical-coordinate representation of color #C7A4AA: hue angle of 349.71º degrees, saturation: 0.24, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C7A4AA is Cyan = 0, Magento = 0.18, Yellow = 0.15 and Black (K on CMYK) = 0.22.

Color convert

RGB199164170-
CMYK00.180.150.22
HSL349.71º23.81%71.18%-
HSV(B)349.71º17.59%78.04%-
XYZ44.0841.643.74-
YUV175.15125.1145.01-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 37.34%
GREEN value IS 164 (64.45% from 255) = 30.77%
BLUE value IS 170 (66.80% from 255) = 31.89%
R=37.34%
G=30.77%
B=31.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.15
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19916417000.180.150.22349.7123.8171.18
HexC7A4AA012F1615e1847
Octal307244252022172653630107
Binary110001111010010010101010010010111110110101011110110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7A4AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7A4AA; }

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

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

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

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

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

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

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

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