#C8AAAB

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

Shades of Careys Pink #C8AAAB

Tints of Careys Pink #C8AAAB

Color information

#C8AAAB (or 0xC8AAAB) is unknown color: approx Careys Pink. HEX triplet: C8, AA and AB. RGB value is (200,170,171). Sum of RGB (Red+Green+Blue) = 200+170+171=541 (71% of max value = 765). Red value is 200 (78.52% from 255 or 36.97% from 541); Green value is 170 (66.80% from 255 or 31.42% from 541); Blue value is 171 (67.19% from 255 or 31.61% from 541); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AAAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8AAAB is #375554. Grayscale: #B3B3B3. Windows color (decimal): -3626325 or 11250376. OLE color: 11250376.

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

Color convert

RGB200170171-
CMYK00.150.140.22
HSL358º21.43%72.55%-
HSV(B)358º15%78.43%-
XYZ45.5443.9744.61-
YUV179.08123.44142.92-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 36.97%
GREEN value IS 170 (66.80% from 255) = 31.42%
BLUE value IS 171 (67.19% from 255) = 31.61%
R=36.97%
G=31.42%
B=31.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.14
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20017017100.150.140.2235821.4372.55
HexC8AAAB0FE161661549
Octal310252253017162654625111
Binary11001000101010101010101101111111010110101100110101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8AAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8AAAB; }

 p { color: rgb(200,170,171); }

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

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

 a { background-color: rgb(200,170,171); }

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

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

 span { border-color: rgb(200,170,171); }

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