#C7A9B0

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

Shades of Careys Pink #C7A9B0

Tints of Careys Pink #C7A9B0

Color information

#C7A9B0 (or 0xC7A9B0) is unknown color: approx Careys Pink. HEX triplet: C7, A9 and B0. RGB value is (199,169,176). Sum of RGB (Red+Green+Blue) = 199+169+176=544 (72% of max value = 765). Red value is 199 (78.12% from 255 or 36.58% from 544); Green value is 169 (66.41% from 255 or 31.07% from 544); Blue value is 176 (69.14% from 255 or 32.35% from 544); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A9B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7A9B0 is #38564F. Grayscale: #B2B2B2. Windows color (decimal): -3692112 or 11577799. OLE color: 11577799.

HSL color Cylindrical-coordinate representation of color #C7A9B0: hue angle of 346º degrees, saturation: 0.21, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C7A9B0 is Cyan = 0, Magento = 0.15, Yellow = 0.12 and Black (K on CMYK) = 0.22.

Color convert

RGB199169176-
CMYK00.150.120.22
HSL346º21.13%72.16%-
HSV(B)346º15.08%78.04%-
XYZ45.5843.6547.1-
YUV178.77126.44142.43-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 36.58%
GREEN value IS 169 (66.41% from 255) = 31.07%
BLUE value IS 176 (69.14% from 255) = 32.35%
R=36.58%
G=31.07%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.12
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19916917600.150.120.2234621.1372.16
HexC7A9B00FC1615a1548
Octal307251260017142653225110
Binary11000111101010011011000001111110010110101011010101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7A9B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7A9B0; }

 p { color: rgb(199,169,176); }

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

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

 a { background-color: rgb(199,169,176); }

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

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

 span { border-color: rgb(199,169,176); }

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