#C0A9AB

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

Shades of Careys Pink #C0A9AB

Tints of Careys Pink #C0A9AB

Color information

#C0A9AB (or 0xC0A9AB) is unknown color: approx Careys Pink. HEX triplet: C0, A9 and AB. RGB value is (192,169,171). Sum of RGB (Red+Green+Blue) = 192+169+171=532 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.09% from 532); Green value is 169 (66.41% from 255 or 31.77% from 532); Blue value is 171 (67.19% from 255 or 32.14% from 532); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A9AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0A9AB is #3F5654. Grayscale: #B0B0B0. Windows color (decimal): -4150869 or 11250112. OLE color: 11250112.

HSL color Cylindrical-coordinate representation of color #C0A9AB: hue angle of 354.78º 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 #C0A9AB is Cyan = 0, Magento = 0.12, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB192169171-
CMYK00.120.110.25
HSL354.78º15.44%70.78%-
HSV(B)354.78º11.98%75.29%-
XYZ43.2842.5244.45-
YUV176.1125.12139.34-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.09%
GREEN value IS 169 (66.41% from 255) = 31.77%
BLUE value IS 171 (67.19% from 255) = 32.14%
R=36.09%
G=31.77%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.11
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19216917100.120.110.25354.7815.4470.78
HexC0A9AB0CB19163f47
Octal300251253014133154317107
Binary1100000010101001101010110110010111100110110001111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0A9AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0A9AB; }

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

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

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

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

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

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

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

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