#CBA9AF

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

Shades of Pink Flare #CBA9AF

Tints of Pink Flare #CBA9AF

Color information

#CBA9AF (or 0xCBA9AF) is unknown color: approx Pink Flare. HEX triplet: CB, A9 and AF. RGB value is (203,169,175). Sum of RGB (Red+Green+Blue) = 203+169+175=547 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.11% from 547); Green value is 169 (66.41% from 255 or 30.90% from 547); Blue value is 175 (68.75% from 255 or 31.99% from 547); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA9AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBA9AF is #345650. Grayscale: #B3B3B3. Windows color (decimal): -3429969 or 11512267. OLE color: 11512267.

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

Color convert

RGB203169175-
CMYK00.170.140.20
HSL349.41º24.64%72.94%-
HSV(B)349.41º16.75%79.61%-
XYZ46.5544.1746.63-
YUV179.85125.26144.51-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.11%
GREEN value IS 169 (66.41% from 255) = 30.90%
BLUE value IS 175 (68.75% from 255) = 31.99%
R=37.11%
G=30.90%
B=31.99%

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
Decimal20316917500.170.140.20349.4124.6472.94
HexCBA9AF011E1415d1949
Octal313251257021162453531111
Binary110010111010100110101111010001111010100101011101110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA9AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA9AF; }

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

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

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

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

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

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

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

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