#C4A3AD

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

Shades of Careys Pink #C4A3AD

Tints of Careys Pink #C4A3AD

Color information

#C4A3AD (or 0xC4A3AD) is unknown color: approx Careys Pink. HEX triplet: C4, A3 and AD. RGB value is (196,163,173). Sum of RGB (Red+Green+Blue) = 196+163+173=532 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.84% from 532); Green value is 163 (64.06% from 255 or 30.64% from 532); Blue value is 173 (67.97% from 255 or 32.52% from 532); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A3AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4A3AD is #3B5C52. Grayscale: #AEAEAE. Windows color (decimal): -3890259 or 11379652. OLE color: 11379652.

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

Color convert

RGB196163173-
CMYK00.170.120.23
HSL341.82º21.85%70.39%-
HSV(B)341.82º16.84%76.86%-
XYZ43.440.9545.15-
YUV174.01127.43143.69-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 36.84%
GREEN value IS 163 (64.06% from 255) = 30.64%
BLUE value IS 173 (67.97% from 255) = 32.52%
R=36.84%
G=30.64%
B=32.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.12
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19616317300.170.120.23341.8221.8570.39
HexC4A3AD011C171561646
Octal304243255021142752626106
Binary110001001010001110101101010001110010111101010110101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4A3AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4A3AD; }

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

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

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

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

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

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

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

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