#CBA9AE

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

Shades of Pink Flare #CBA9AE

Tints of Pink Flare #CBA9AE

Color information

#CBA9AE (or 0xCBA9AE) is unknown color: approx Pink Flare. HEX triplet: CB, A9 and AE. RGB value is (203,169,174). Sum of RGB (Red+Green+Blue) = 203+169+174=546 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.18% from 546); Green value is 169 (66.41% from 255 or 30.95% from 546); Blue value is 174 (68.36% from 255 or 31.87% from 546); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA9AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBA9AE is #345651. Grayscale: #B3B3B3. Windows color (decimal): -3429970 or 11446731. OLE color: 11446731.

HSL color Cylindrical-coordinate representation of color #CBA9AE: hue angle of 351.18º 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 #CBA9AE is Cyan = 0, Magento = 0.17, Yellow = 0.14 and Black (K on CMYK) = 0.20.

Color convert

RGB203169174-
CMYK00.170.140.20
HSL351.18º24.64%72.94%-
HSV(B)351.18º16.75%79.61%-
XYZ46.4644.1346.11-
YUV179.74124.76144.59-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.18%
GREEN value IS 169 (66.41% from 255) = 30.95%
BLUE value IS 174 (68.36% from 255) = 31.87%
R=37.18%
G=30.95%
B=31.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.14
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20316917400.170.140.20351.1824.6472.94
HexCBA9AE011E1415f1949
Octal313251256021162453731111
Binary110010111010100110101110010001111010100101011111110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA9AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA9AE; }

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

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

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

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

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

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

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

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