#C8A4AC

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

Shades of Careys Pink #C8A4AC

Tints of Careys Pink #C8A4AC

Color information

#C8A4AC (or 0xC8A4AC) is unknown color: approx Careys Pink. HEX triplet: C8, A4 and AC. RGB value is (200,164,172). Sum of RGB (Red+Green+Blue) = 200+164+172=536 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.31% from 536); Green value is 164 (64.45% from 255 or 30.60% from 536); Blue value is 172 (67.58% from 255 or 32.09% from 536); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A4AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8A4AC is #375B53. Grayscale: #AFAFAF. Windows color (decimal): -3627860 or 11314376. OLE color: 11314376.

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

Color convert

RGB200164172-
CMYK00.180.140.22
HSL346.67º24.66%71.37%-
HSV(B)346.67º18%78.43%-
XYZ44.5441.8144.75-
YUV175.68125.93145.35-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 37.31%
GREEN value IS 164 (64.45% from 255) = 30.60%
BLUE value IS 172 (67.58% from 255) = 32.09%
R=37.31%
G=30.60%
B=32.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.14
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20016417200.180.140.22346.6724.6671.37
HexC8A4AC012E1615b1947
Octal310244254022162653331107
Binary110010001010010010101100010010111010110101011011110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8A4AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8A4AC; }

 p { color: rgb(200,164,172); }

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

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

 a { background-color: rgb(200,164,172); }

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

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

 span { border-color: rgb(200,164,172); }

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