#C7A6AE

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

Shades of Careys Pink #C7A6AE

Tints of Careys Pink #C7A6AE

Color information

#C7A6AE (or 0xC7A6AE) is unknown color: approx Careys Pink. HEX triplet: C7, A6 and AE. RGB value is (199,166,174). Sum of RGB (Red+Green+Blue) = 199+166+174=539 (71% of max value = 765). Red value is 199 (78.12% from 255 or 36.92% from 539); Green value is 166 (65.23% from 255 or 30.80% from 539); Blue value is 174 (68.36% from 255 or 32.28% from 539); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A6AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7A6AE is #385951. Grayscale: #B0B0B0. Windows color (decimal): -3692882 or 11445959. OLE color: 11445959.

HSL color Cylindrical-coordinate representation of color #C7A6AE: hue angle of 345.45º degrees, saturation: 0.23, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C7A6AE is Cyan = 0, Magento = 0.17, Yellow = 0.13 and Black (K on CMYK) = 0.22.

Color convert

RGB199166174-
CMYK00.170.130.22
HSL345.45º22.76%71.57%-
HSV(B)345.45º16.58%78.04%-
XYZ44.8342.4745.88-
YUV176.78126.43143.85-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 36.92%
GREEN value IS 166 (65.23% from 255) = 30.80%
BLUE value IS 174 (68.36% from 255) = 32.28%
R=36.92%
G=30.80%
B=32.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.13
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19916617400.170.130.22345.4522.7671.57
HexC7A6AE011D161591748
Octal307246256021152653127110
Binary110001111010011010101110010001110110110101011001101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7A6AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7A6AE; }

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

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

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

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

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

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

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

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