#C8A6A9

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

Shades of Careys Pink #C8A6A9

Tints of Careys Pink #C8A6A9

Color information

#C8A6A9 (or 0xC8A6A9) is unknown color: approx Careys Pink. HEX triplet: C8, A6 and A9. RGB value is (200,166,169). Sum of RGB (Red+Green+Blue) = 200+166+169=535 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.38% from 535); Green value is 166 (65.23% from 255 or 31.03% from 535); Blue value is 169 (66.41% from 255 or 31.59% from 535); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A6A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8A6A9 is #375956. Grayscale: #B0B0B0. Windows color (decimal): -3627351 or 11118280. OLE color: 11118280.

HSL color Cylindrical-coordinate representation of color #C8A6A9: hue angle of 354.71º degrees, saturation: 0.24, 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 #C8A6A9 is Cyan = 0, Magento = 0.17, Yellow = 0.16 and Black (K on CMYK) = 0.22.

Color convert

RGB200166169-
CMYK00.170.160.22
HSL354.71º23.61%71.76%-
HSV(B)354.71º17%78.43%-
XYZ44.6242.4243.37-
YUV176.51123.76144.76-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 37.38%
GREEN value IS 166 (65.23% from 255) = 31.03%
BLUE value IS 169 (66.41% from 255) = 31.59%
R=37.38%
G=31.03%
B=31.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.16
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20016616900.170.160.22354.7123.6171.76
HexC8A6A901110161631848
Octal310246251021202654330110
Binary1100100010100110101010010100011000010110101100011110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8A6A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8A6A9; }

 p { color: rgb(200,166,169); }

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

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

 a { background-color: rgb(200,166,169); }

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

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

 span { border-color: rgb(200,166,169); }

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