#C8A8AB

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

Shades of Careys Pink #C8A8AB

Tints of Careys Pink #C8A8AB

Color information

#C8A8AB (or 0xC8A8AB) is unknown color: approx Careys Pink. HEX triplet: C8, A8 and AB. RGB value is (200,168,171). Sum of RGB (Red+Green+Blue) = 200+168+171=539 (71% of max value = 765). Red value is 200 (78.52% from 255 or 37.11% from 539); Green value is 168 (66.02% from 255 or 31.17% from 539); Blue value is 171 (67.19% from 255 or 31.73% from 539); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A8AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8A8AB is #375754. Grayscale: #B1B1B1. Windows color (decimal): -3626837 or 11249864. OLE color: 11249864.

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

Color convert

RGB200168171-
CMYK00.160.140.22
HSL354.38º22.54%72.16%-
HSV(B)354.38º16%78.43%-
XYZ45.1743.2244.49-
YUV177.91124.1143.76-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 37.11%
GREEN value IS 168 (66.02% from 255) = 31.17%
BLUE value IS 171 (67.19% from 255) = 31.73%
R=37.11%
G=31.17%
B=31.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.14
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20016817100.160.140.22354.3822.5472.16
HexC8A8AB010E161621748
Octal310250253020162654227110
Binary110010001010100010101011010000111010110101100010101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8A8AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8A8AB; }

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

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

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

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

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

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

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

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