#C0A9AC

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

Shades of Careys Pink #C0A9AC

Tints of Careys Pink #C0A9AC

Color information

#C0A9AC (or 0xC0A9AC) is unknown color: approx Careys Pink. HEX triplet: C0, A9 and AC. RGB value is (192,169,172). Sum of RGB (Red+Green+Blue) = 192+169+172=533 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.02% from 533); Green value is 169 (66.41% from 255 or 31.71% from 533); Blue value is 172 (67.58% from 255 or 32.27% from 533); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A9AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0A9AC is #3F5653. Grayscale: #B0B0B0. Windows color (decimal): -4150868 or 11315648. OLE color: 11315648.

HSL color Cylindrical-coordinate representation of color #C0A9AC: hue angle of 352.17º degrees, saturation: 0.15, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C0A9AC is Cyan = 0, Magento = 0.12, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB192169172-
CMYK00.120.100.25
HSL352.17º15.44%70.78%-
HSV(B)352.17º11.98%75.29%-
XYZ43.3742.5644.96-
YUV176.22125.62139.26-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.02%
GREEN value IS 169 (66.41% from 255) = 31.71%
BLUE value IS 172 (67.58% from 255) = 32.27%
R=36.02%
G=31.71%
B=32.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19216917200.120.100.25352.1715.4470.78
HexC0A9AC0CA19160f47
Octal300251254014123154017107
Binary1100000010101001101011000110010101100110110000011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0A9AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0A9AC; }

 p { color: rgb(192,169,172); }

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

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

 a { background-color: rgb(192,169,172); }

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

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

 span { border-color: rgb(192,169,172); }

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