#C6A6AE

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

Shades of Careys Pink #C6A6AE

Tints of Careys Pink #C6A6AE

Color information

#C6A6AE (or 0xC6A6AE) is unknown color: approx Careys Pink. HEX triplet: C6, A6 and AE. RGB value is (198,166,174). Sum of RGB (Red+Green+Blue) = 198+166+174=538 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.80% from 538); Green value is 166 (65.23% from 255 or 30.86% from 538); Blue value is 174 (68.36% from 255 or 32.34% from 538); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A6AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6A6AE is #395951. Grayscale: #B0B0B0. Windows color (decimal): -3758418 or 11445958. OLE color: 11445958.

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

Color convert

RGB198166174-
CMYK00.160.120.22
HSL345º21.92%71.37%-
HSV(B)345º16.16%77.65%-
XYZ44.5642.3345.87-
YUV176.48126.6143.35-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 36.80%
GREEN value IS 166 (65.23% from 255) = 30.86%
BLUE value IS 174 (68.36% from 255) = 32.34%
R=36.80%
G=30.86%
B=32.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.12
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19816617400.160.120.2234521.9271.37
HexC6A6AE010C161591647
Octal306246256020142653126107
Binary110001101010011010101110010000110010110101011001101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6A6AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6A6AE; }

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

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

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

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

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

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

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

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