#C3A4AD

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

Shades of Careys Pink #C3A4AD

Tints of Careys Pink #C3A4AD

Color information

#C3A4AD (or 0xC3A4AD) is unknown color: approx Careys Pink. HEX triplet: C3, A4 and AD. RGB value is (195,164,173). Sum of RGB (Red+Green+Blue) = 195+164+173=532 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.65% from 532); Green value is 164 (64.45% from 255 or 30.83% from 532); Blue value is 173 (67.97% from 255 or 32.52% from 532); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A4AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3A4AD is #3C5B52. Grayscale: #AEAEAE. Windows color (decimal): -3955539 or 11379907. OLE color: 11379907.

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

Color convert

RGB195164173-
CMYK00.160.110.24
HSL342.58º20.53%70.39%-
HSV(B)342.58º15.9%76.47%-
XYZ43.3241.1745.2-
YUV174.3127.27142.77-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 36.65%
GREEN value IS 164 (64.45% from 255) = 30.83%
BLUE value IS 173 (67.97% from 255) = 32.52%
R=36.65%
G=30.83%
B=32.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.11
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19516417300.160.110.24342.5820.5370.39
HexC3A4AD010B181571546
Octal303244255020133052725106
Binary110000111010010010101101010000101111000101010111101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3A4AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3A4AD; }

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

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

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

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

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

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

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

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