#C2A6A7

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

Shades of Careys Pink #C2A6A7

Tints of Careys Pink #C2A6A7

Color information

#C2A6A7 (or 0xC2A6A7) is unknown color: approx Careys Pink. HEX triplet: C2, A6 and A7. RGB value is (194,166,167). Sum of RGB (Red+Green+Blue) = 194+166+167=527 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.81% from 527); Green value is 166 (65.23% from 255 or 31.50% from 527); Blue value is 167 (65.62% from 255 or 31.69% from 527); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A6A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2A6A7 is #3D5958. Grayscale: #AEAEAE. Windows color (decimal): -4020569 or 10987202. OLE color: 10987202.

HSL color Cylindrical-coordinate representation of color #C2A6A7: hue angle of 357.86º degrees, saturation: 0.19, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C2A6A7 is Cyan = 0, Magento = 0.14, Yellow = 0.14 and Black (K on CMYK) = 0.24.

Color convert

RGB194166167-
CMYK00.140.140.24
HSL357.86º18.67%70.59%-
HSV(B)357.86º14.43%76.08%-
XYZ42.8641.5342.32-
YUV174.49123.78141.92-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.81%
GREEN value IS 166 (65.23% from 255) = 31.50%
BLUE value IS 167 (65.62% from 255) = 31.69%
R=36.81%
G=31.50%
B=31.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.14
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19416616700.140.140.24357.8618.6770.59
HexC2A6A70EE181661347
Octal302246247016163054623107
Binary11000010101001101010011101110111011000101100110100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2A6A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2A6A7; }

 p { color: rgb(194,166,167); }

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

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

 a { background-color: rgb(194,166,167); }

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

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

 span { border-color: rgb(194,166,167); }

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