#CBAAB1

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

Shades of Pink Flare #CBAAB1

Tints of Pink Flare #CBAAB1

Color information

#CBAAB1 (or 0xCBAAB1) is unknown color: approx Pink Flare. HEX triplet: CB, AA and B1. RGB value is (203,170,177). Sum of RGB (Red+Green+Blue) = 203+170+177=550 (72% of max value = 765). Red value is 203 (79.69% from 255 or 36.91% from 550); Green value is 170 (66.80% from 255 or 30.91% from 550); Blue value is 177 (69.53% from 255 or 32.18% from 550); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAAB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBAAB1 is #34554E. Grayscale: #B4B4B4. Windows color (decimal): -3429711 or 11643595. OLE color: 11643595.

HSL color Cylindrical-coordinate representation of color #CBAAB1: hue angle of 347.27º degrees, saturation: 0.24, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CBAAB1 is Cyan = 0, Magento = 0.16, Yellow = 0.13 and Black (K on CMYK) = 0.20.

Color convert

RGB203170177-
CMYK00.160.130.20
HSL347.27º24.09%73.14%-
HSV(B)347.27º16.26%79.61%-
XYZ46.9444.6247.73-
YUV180.66125.93143.93-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.91%
GREEN value IS 170 (66.80% from 255) = 30.91%
BLUE value IS 177 (69.53% from 255) = 32.18%
R=36.91%
G=30.91%
B=32.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.13
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20317017700.160.130.20347.2724.0973.14
HexCBAAB1010D1415b1849
Octal313252261020152453330111
Binary110010111010101010110001010000110110100101011011110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBAAB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBAAB1; }

 p { color: rgb(203,170,177); }

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

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

 a { background-color: rgb(203,170,177); }

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

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

 span { border-color: rgb(203,170,177); }

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