#C8A6AE

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

Shades of Careys Pink #C8A6AE

Tints of Careys Pink #C8A6AE

Color information

#C8A6AE (or 0xC8A6AE) is unknown color: approx Careys Pink. HEX triplet: C8, A6 and AE. RGB value is (200,166,174). Sum of RGB (Red+Green+Blue) = 200+166+174=540 (71% of max value = 765). Red value is 200 (78.52% from 255 or 37.04% from 540); Green value is 166 (65.23% from 255 or 30.74% from 540); Blue value is 174 (68.36% from 255 or 32.22% from 540); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A6AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8A6AE is #375951. Grayscale: #B1B1B1. Windows color (decimal): -3627346 or 11445960. OLE color: 11445960.

HSL color Cylindrical-coordinate representation of color #C8A6AE: hue angle of 345.88º degrees, saturation: 0.24, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C8A6AE is Cyan = 0, Magento = 0.17, Yellow = 0.13 and Black (K on CMYK) = 0.22.

Color convert

RGB200166174-
CMYK00.170.130.22
HSL345.88º23.61%71.76%-
HSV(B)345.88º17%78.43%-
XYZ45.142.6145.89-
YUV177.08126.26144.35-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 37.04%
GREEN value IS 166 (65.23% from 255) = 30.74%
BLUE value IS 174 (68.36% from 255) = 32.22%
R=37.04%
G=30.74%
B=32.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.13
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20016617400.170.130.22345.8823.6171.76
HexC8A6AE011D1615a1848
Octal310246256021152653230110
Binary110010001010011010101110010001110110110101011010110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8A6AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8A6AE; }

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

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

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

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

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

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

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

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