#C4A6AD

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

Shades of Careys Pink #C4A6AD

Tints of Careys Pink #C4A6AD

Color information

#C4A6AD (or 0xC4A6AD) is unknown color: approx Careys Pink. HEX triplet: C4, A6 and AD. RGB value is (196,166,173). Sum of RGB (Red+Green+Blue) = 196+166+173=535 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.64% from 535); Green value is 166 (65.23% from 255 or 31.03% from 535); Blue value is 173 (67.97% from 255 or 32.34% from 535); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A6AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4A6AD is #3B5952. Grayscale: #AFAFAF. Windows color (decimal): -3889491 or 11380420. OLE color: 11380420.

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

Color convert

RGB196166173-
CMYK00.150.120.23
HSL346º20.27%70.98%-
HSV(B)346º15.31%76.86%-
XYZ43.9442.0345.33-
YUV175.77126.44142.43-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 36.64%
GREEN value IS 166 (65.23% from 255) = 31.03%
BLUE value IS 173 (67.97% from 255) = 32.34%
R=36.64%
G=31.03%
B=32.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.12
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19616617300.150.120.2334620.2770.98
HexC4A6AD0FC1715a1447
Octal304246255017142753224107
Binary11000100101001101010110101111110010111101011010101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4A6AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4A6AD; }

 p { color: rgb(196,166,173); }

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

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

 a { background-color: rgb(196,166,173); }

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

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

 span { border-color: rgb(196,166,173); }

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