#C4ABB2

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

Shades of Careys Pink #C4ABB2

Tints of Careys Pink #C4ABB2

Color information

#C4ABB2 (or 0xC4ABB2) is unknown color: approx Careys Pink. HEX triplet: C4, AB and B2. RGB value is (196,171,178). Sum of RGB (Red+Green+Blue) = 196+171+178=545 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.96% from 545); Green value is 171 (67.19% from 255 or 31.38% from 545); Blue value is 178 (69.92% from 255 or 32.66% from 545); Max value from RGB is 196 - color contains mainly: red. Hex color #C4ABB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4ABB2 is #3B544D. Grayscale: #B3B3B3. Windows color (decimal): -3888206 or 11709380. OLE color: 11709380.

HSL color Cylindrical-coordinate representation of color #C4ABB2: hue angle of 343.2º degrees, saturation: 0.17, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C4ABB2 is Cyan = 0, Magento = 0.13, Yellow = 0.09 and Black (K on CMYK) = 0.23.

Color convert

RGB196171178-
CMYK00.130.090.23
HSL343.2º17.48%71.96%-
HSV(B)343.2º12.76%76.86%-
XYZ45.3644.0848.24-
YUV179.27127.28139.93-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 35.96%
GREEN value IS 171 (67.19% from 255) = 31.38%
BLUE value IS 178 (69.92% from 255) = 32.66%
R=35.96%
G=31.38%
B=32.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.09
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19617117800.130.090.23343.217.4871.96
HexC4ABB20D9171571148
Octal304253262015112752721110
Binary11000100101010111011001001101100110111101010111100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4ABB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4ABB2; }

 p { color: rgb(196,171,178); }

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

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

 a { background-color: rgb(196,171,178); }

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

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

 span { border-color: rgb(196,171,178); }

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