#C3ABB0

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

Shades of Careys Pink #C3ABB0

Tints of Careys Pink #C3ABB0

Color information

#C3ABB0 (or 0xC3ABB0) is unknown color: approx Careys Pink. HEX triplet: C3, AB and B0. RGB value is (195,171,176). Sum of RGB (Red+Green+Blue) = 195+171+176=542 (71% of max value = 765). Red value is 195 (76.56% from 255 or 35.98% from 542); Green value is 171 (67.19% from 255 or 31.55% from 542); Blue value is 176 (69.14% from 255 or 32.47% from 542); Max value from RGB is 195 - color contains mainly: red. Hex color #C3ABB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3ABB0 is #3C544F. Grayscale: #B2B2B2. Windows color (decimal): -3953744 or 11578307. OLE color: 11578307.

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

Color convert

RGB195171176-
CMYK00.120.100.24
HSL347.5º16.67%71.76%-
HSV(B)347.5º12.31%76.47%-
XYZ44.9143.8647.17-
YUV178.75126.45139.59-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 35.98%
GREEN value IS 171 (67.19% from 255) = 31.55%
BLUE value IS 176 (69.14% from 255) = 32.47%
R=35.98%
G=31.55%
B=32.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.10
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19517117600.120.100.24347.516.6771.76
HexC3ABB00CA1815c1148
Octal303253260014123053421110
Binary11000011101010111011000001100101011000101011100100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3ABB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3ABB0; }

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

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

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

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

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

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

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

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