#C3A7AD

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

Shades of Careys Pink #C3A7AD

Tints of Careys Pink #C3A7AD

Color information

#C3A7AD (or 0xC3A7AD) is unknown color: approx Careys Pink. HEX triplet: C3, A7 and AD. RGB value is (195,167,173). Sum of RGB (Red+Green+Blue) = 195+167+173=535 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.45% from 535); Green value is 167 (65.62% from 255 or 31.21% from 535); Blue value is 173 (67.97% from 255 or 32.34% from 535); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A7AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3A7AD is #3C5852. Grayscale: #B0B0B0. Windows color (decimal): -3954771 or 11380675. OLE color: 11380675.

HSL color Cylindrical-coordinate representation of color #C3A7AD: hue angle of 347.14º degrees, saturation: 0.19, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C3A7AD is Cyan = 0, Magento = 0.14, Yellow = 0.11 and Black (K on CMYK) = 0.24.

Color convert

RGB195167173-
CMYK00.140.110.24
HSL347.14º18.92%70.98%-
HSV(B)347.14º14.36%76.47%-
XYZ43.8742.2645.38-
YUV176.06126.28141.51-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 36.45%
GREEN value IS 167 (65.62% from 255) = 31.21%
BLUE value IS 173 (67.97% from 255) = 32.34%
R=36.45%
G=31.21%
B=32.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.11
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19516717300.140.110.24347.1418.9270.98
HexC3A7AD0EB1815b1347
Octal303247255016133053323107
Binary11000011101001111010110101110101111000101011011100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3A7AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3A7AD; }

 p { color: rgb(195,167,173); }

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

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

 a { background-color: rgb(195,167,173); }

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

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

 span { border-color: rgb(195,167,173); }

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