#C4A7AD

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

Shades of Careys Pink #C4A7AD

Tints of Careys Pink #C4A7AD

Color information

#C4A7AD (or 0xC4A7AD) is unknown color: approx Careys Pink. HEX triplet: C4, A7 and AD. RGB value is (196,167,173). Sum of RGB (Red+Green+Blue) = 196+167+173=536 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.57% from 536); Green value is 167 (65.62% from 255 or 31.16% from 536); Blue value is 173 (67.97% from 255 or 32.28% from 536); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A7AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4A7AD is #3B5852. Grayscale: #B0B0B0. Windows color (decimal): -3889235 or 11380676. OLE color: 11380676.

HSL color Cylindrical-coordinate representation of color #C4A7AD: hue angle of 347.59º 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 #C4A7AD is Cyan = 0, Magento = 0.15, Yellow = 0.12 and Black (K on CMYK) = 0.23.

Color convert

RGB196167173-
CMYK00.150.120.23
HSL347.59º19.73%71.18%-
HSV(B)347.59º14.8%76.86%-
XYZ44.1342.3945.39-
YUV176.36126.11142.01-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 36.57%
GREEN value IS 167 (65.62% from 255) = 31.16%
BLUE value IS 173 (67.97% from 255) = 32.28%
R=36.57%
G=31.16%
B=32.28%

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
Decimal19616717300.150.120.23347.5919.7371.18
HexC4A7AD0FC1715c1447
Octal304247255017142753424107
Binary11000100101001111010110101111110010111101011100101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4A7AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4A7AD; }

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

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

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

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

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

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

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

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