#C6A2AB

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

Shades of Careys Pink #C6A2AB

Tints of Careys Pink #C6A2AB

Color information

#C6A2AB (or 0xC6A2AB) is unknown color: approx Careys Pink. HEX triplet: C6, A2 and AB. RGB value is (198,162,171). Sum of RGB (Red+Green+Blue) = 198+162+171=531 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.29% from 531); Green value is 162 (63.67% from 255 or 30.51% from 531); Blue value is 171 (67.19% from 255 or 32.20% from 531); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A2AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6A2AB is #395D54. Grayscale: #ADADAD. Windows color (decimal): -3759445 or 11248326. OLE color: 11248326.

HSL color Cylindrical-coordinate representation of color #C6A2AB: hue angle of 345º 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 #C6A2AB is Cyan = 0, Magento = 0.18, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB198162171-
CMYK00.180.140.22
HSL345º24%70.59%-
HSV(B)345º18.18%77.65%-
XYZ43.5640.7944.1-
YUV173.79126.43145.27-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 37.29%
GREEN value IS 162 (63.67% from 255) = 30.51%
BLUE value IS 171 (67.19% from 255) = 32.20%
R=37.29%
G=30.51%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.14
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19816217100.180.140.223452470.59
HexC6A2AB012E161591847
Octal306242253022162653130107
Binary110001101010001010101011010010111010110101011001110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6A2AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6A2AB; }

 p { color: rgb(198,162,171); }

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

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

 a { background-color: rgb(198,162,171); }

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

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

 span { border-color: rgb(198,162,171); }

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