#C6A1A7

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

Shades of Careys Pink #C6A1A7

Tints of Careys Pink #C6A1A7

Color information

#C6A1A7 (or 0xC6A1A7) is unknown color: approx Careys Pink. HEX triplet: C6, A1 and A7. RGB value is (198,161,167). Sum of RGB (Red+Green+Blue) = 198+161+167=526 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.64% from 526); Green value is 161 (63.28% from 255 or 30.61% from 526); Blue value is 167 (65.62% from 255 or 31.75% from 526); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A1A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6A1A7 is #395E58. Grayscale: #ACACAC. Windows color (decimal): -3759705 or 10985926. OLE color: 10985926.

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

Color convert

RGB198161167-
CMYK00.190.160.22
HSL350.27º24.5%70.39%-
HSV(B)350.27º18.69%77.65%-
XYZ43.0140.2942.07-
YUV172.75124.76146.01-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 37.64%
GREEN value IS 161 (63.28% from 255) = 30.61%
BLUE value IS 167 (65.62% from 255) = 31.75%
R=37.64%
G=30.61%
B=31.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.16
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19816116700.190.160.22350.2724.570.39
HexC6A1A7013101615e1946
Octal306241247023202653631106
Binary1100011010100001101001110100111000010110101011110110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6A1A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6A1A7; }

 p { color: rgb(198,161,167); }

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

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

 a { background-color: rgb(198,161,167); }

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

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

 span { border-color: rgb(198,161,167); }

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