#C3A8AB

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

Shades of Careys Pink #C3A8AB

Tints of Careys Pink #C3A8AB

Color information

#C3A8AB (or 0xC3A8AB) is unknown color: approx Careys Pink. HEX triplet: C3, A8 and AB. RGB value is (195,168,171). Sum of RGB (Red+Green+Blue) = 195+168+171=534 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.52% from 534); Green value is 168 (66.02% from 255 or 31.46% from 534); Blue value is 171 (67.19% from 255 or 32.02% from 534); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A8AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3A8AB is #3C5754. Grayscale: #B0B0B0. Windows color (decimal): -3954517 or 11249859. OLE color: 11249859.

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

Color convert

RGB195168171-
CMYK00.140.120.24
HSL353.33º18.37%71.18%-
HSV(B)353.33º13.85%76.47%-
XYZ43.8642.5544.43-
YUV176.42124.95141.26-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 36.52%
GREEN value IS 168 (66.02% from 255) = 31.46%
BLUE value IS 171 (67.19% from 255) = 32.02%
R=36.52%
G=31.46%
B=32.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.12
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19516817100.140.120.24353.3318.3771.18
HexC3A8AB0EC181611247
Octal303250253016143054122107
Binary11000011101010001010101101110110011000101100001100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3A8AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3A8AB; }

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

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

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

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

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

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

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

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