#C2ABB0

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

Shades of Careys Pink #C2ABB0

Tints of Careys Pink #C2ABB0

Color information

#C2ABB0 (or 0xC2ABB0) is unknown color: approx Careys Pink. HEX triplet: C2, AB and B0. RGB value is (194,171,176). Sum of RGB (Red+Green+Blue) = 194+171+176=541 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.86% from 541); Green value is 171 (67.19% from 255 or 31.61% from 541); Blue value is 176 (69.14% from 255 or 32.53% from 541); Max value from RGB is 194 - color contains mainly: red. Hex color #C2ABB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2ABB0 is #3D544F. Grayscale: #B2B2B2. Windows color (decimal): -4019280 or 11578306. OLE color: 11578306.

HSL color Cylindrical-coordinate representation of color #C2ABB0: hue angle of 346.96º degrees, saturation: 0.16, 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 #C2ABB0 is Cyan = 0, Magento = 0.12, Yellow = 0.09 and Black (K on CMYK) = 0.24.

Color convert

RGB194171176-
CMYK00.120.090.24
HSL346.96º15.86%71.57%-
HSV(B)346.96º11.86%76.08%-
XYZ44.6543.7347.16-
YUV178.45126.62139.09-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 35.86%
GREEN value IS 171 (67.19% from 255) = 31.61%
BLUE value IS 176 (69.14% from 255) = 32.53%
R=35.86%
G=31.61%
B=32.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.09
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19417117600.120.090.24346.9615.8671.57
HexC2ABB00C91815b1048
Octal302253260014113053320110
Binary11000010101010111011000001100100111000101011011100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2ABB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2ABB0; }

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

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

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

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

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

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

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

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