#C3A5AD

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

Shades of Careys Pink #C3A5AD

Tints of Careys Pink #C3A5AD

Color information

#C3A5AD (or 0xC3A5AD) is unknown color: approx Careys Pink. HEX triplet: C3, A5 and AD. RGB value is (195,165,173). Sum of RGB (Red+Green+Blue) = 195+165+173=533 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.59% from 533); Green value is 165 (64.84% from 255 or 30.96% from 533); Blue value is 173 (67.97% from 255 or 32.46% from 533); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A5AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3A5AD is #3C5A52. Grayscale: #AEAEAE. Windows color (decimal): -3955283 or 11380163. OLE color: 11380163.

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

Color convert

RGB195165173-
CMYK00.150.110.24
HSL344º20%70.59%-
HSV(B)344º15.38%76.47%-
XYZ43.541.5345.26-
YUV174.88126.94142.35-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 36.59%
GREEN value IS 165 (64.84% from 255) = 30.96%
BLUE value IS 173 (67.97% from 255) = 32.46%
R=36.59%
G=30.96%
B=32.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.11
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19516517300.150.110.243442070.59
HexC3A5AD0FB181581447
Octal303245255017133053024107
Binary11000011101001011010110101111101111000101011000101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3A5AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3A5AD; }

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

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

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

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

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

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

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

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