#CBB9BD

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

Shades of Pink Flare #CBB9BD

Tints of Pink Flare #CBB9BD

Color information

#CBB9BD (or 0xCBB9BD) is unknown color: approx Pink Flare. HEX triplet: CB, B9 and BD. RGB value is (203,185,189). Sum of RGB (Red+Green+Blue) = 203+185+189=577 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.18% from 577); Green value is 185 (72.66% from 255 or 32.06% from 577); Blue value is 189 (74.22% from 255 or 32.76% from 577); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB9BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBB9BD is #344642. Grayscale: #BEBEBE. Windows color (decimal): -3425859 or 12433867. OLE color: 12433867.

HSL color Cylindrical-coordinate representation of color #CBB9BD: hue angle of 346.67º degrees, saturation: 0.15, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CBB9BD is Cyan = 0, Magento = 0.09, Yellow = 0.07 and Black (K on CMYK) = 0.20.

Color convert

RGB203185189-
CMYK00.090.070.20
HSL346.67º14.75%76.08%-
HSV(B)346.67º8.87%79.61%-
XYZ51.1651.0755.3-
YUV190.84126.96136.67-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.18%
GREEN value IS 185 (72.66% from 255) = 32.06%
BLUE value IS 189 (74.22% from 255) = 32.76%
R=35.18%
G=32.06%
B=32.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.07
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20318518900.090.070.20346.6714.7576.08
HexCBB9BD0971415bf4c
Octal31327127501172453317114
Binary110010111011100110111101010011111010010101101111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB9BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB9BD; }

 p { color: rgb(203,185,189); }

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

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

 a { background-color: rgb(203,185,189); }

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

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

 span { border-color: rgb(203,185,189); }

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