#C8A1AD

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

Shades of Careys Pink #C8A1AD

Tints of Careys Pink #C8A1AD

Color information

#C8A1AD (or 0xC8A1AD) is unknown color: approx Careys Pink. HEX triplet: C8, A1 and AD. RGB value is (200,161,173). Sum of RGB (Red+Green+Blue) = 200+161+173=534 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.45% from 534); Green value is 161 (63.28% from 255 or 30.15% from 534); Blue value is 173 (67.97% from 255 or 32.40% from 534); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A1AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8A1AD is #375E52. Grayscale: #AEAEAE. Windows color (decimal): -3628627 or 11379144. OLE color: 11379144.

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

Color convert

RGB200161173-
CMYK00.190.140.22
HSL341.54º26.17%70.78%-
HSV(B)341.54º19.5%78.43%-
XYZ44.1140.7945.08-
YUV174.03127.42146.52-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 37.45%
GREEN value IS 161 (63.28% from 255) = 30.15%
BLUE value IS 173 (67.97% from 255) = 32.40%
R=37.45%
G=30.15%
B=32.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.14
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20016117300.190.140.22341.5426.1770.78
HexC8A1AD013E161561a47
Octal310241255023162652632107
Binary110010001010000110101101010011111010110101010110110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8A1AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8A1AD; }

 p { color: rgb(200,161,173); }

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

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

 a { background-color: rgb(200,161,173); }

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

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

 span { border-color: rgb(200,161,173); }

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