#C8A4AE

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

Shades of Careys Pink #C8A4AE

Tints of Careys Pink #C8A4AE

Color information

#C8A4AE (or 0xC8A4AE) is unknown color: approx Careys Pink. HEX triplet: C8, A4 and AE. RGB value is (200,164,174). Sum of RGB (Red+Green+Blue) = 200+164+174=538 (71% of max value = 765). Red value is 200 (78.52% from 255 or 37.17% from 538); Green value is 164 (64.45% from 255 or 30.48% from 538); Blue value is 174 (68.36% from 255 or 32.34% from 538); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A4AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8A4AE is #375B51. Grayscale: #AFAFAF. Windows color (decimal): -3627858 or 11445448. OLE color: 11445448.

HSL color Cylindrical-coordinate representation of color #C8A4AE: hue angle of 343.33º 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 #C8A4AE is Cyan = 0, Magento = 0.18, Yellow = 0.13 and Black (K on CMYK) = 0.22.

Color convert

RGB200164174-
CMYK00.180.130.22
HSL343.33º24.66%71.37%-
HSV(B)343.33º18%78.43%-
XYZ44.7341.8945.77-
YUV175.9126.93145.19-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 37.17%
GREEN value IS 164 (64.45% from 255) = 30.48%
BLUE value IS 174 (68.36% from 255) = 32.34%
R=37.17%
G=30.48%
B=32.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.13
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20016417400.180.130.22343.3324.6671.37
HexC8A4AE012D161571947
Octal310244256022152652731107
Binary110010001010010010101110010010110110110101010111110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8A4AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8A4AE; }

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

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

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

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

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

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

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

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