#CBA9B0

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

Shades of Pink Flare #CBA9B0

Tints of Pink Flare #CBA9B0

Color information

#CBA9B0 (or 0xCBA9B0) is unknown color: approx Pink Flare. HEX triplet: CB, A9 and B0. RGB value is (203,169,176). Sum of RGB (Red+Green+Blue) = 203+169+176=548 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.04% from 548); Green value is 169 (66.41% from 255 or 30.84% from 548); Blue value is 176 (69.14% from 255 or 32.12% from 548); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA9B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBA9B0 is #34564F. Grayscale: #B3B3B3. Windows color (decimal): -3429968 or 11577803. OLE color: 11577803.

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

Color convert

RGB203169176-
CMYK00.170.130.20
HSL347.65º24.64%72.94%-
HSV(B)347.65º16.75%79.61%-
XYZ46.6544.2147.15-
YUV179.96125.76144.43-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.04%
GREEN value IS 169 (66.41% from 255) = 30.84%
BLUE value IS 176 (69.14% from 255) = 32.12%
R=37.04%
G=30.84%
B=32.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.13
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20316917600.170.130.20347.6524.6472.94
HexCBA9B0011D1415c1949
Octal313251260021152453431111
Binary110010111010100110110000010001110110100101011100110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA9B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA9B0; }

 p { color: rgb(203,169,176); }

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

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

 a { background-color: rgb(203,169,176); }

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

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

 span { border-color: rgb(203,169,176); }

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