#CBB9BB

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

Shades of Pink Flare #CBB9BB

Tints of Pink Flare #CBB9BB

Color information

#CBB9BB (or 0xCBB9BB) is unknown color: approx Pink Flare. HEX triplet: CB, B9 and BB. RGB value is (203,185,187). Sum of RGB (Red+Green+Blue) = 203+185+187=575 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.30% from 575); Green value is 185 (72.66% from 255 or 32.17% from 575); Blue value is 187 (73.44% from 255 or 32.52% from 575); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB9BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBB9BB is #344644. Grayscale: #BEBEBE. Windows color (decimal): -3425861 or 12302795. OLE color: 12302795.

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

Color convert

RGB203185187-
CMYK00.090.080.20
HSL353.33º14.75%76.08%-
HSV(B)353.33º8.87%79.61%-
XYZ50.9550.9854.17-
YUV190.61125.96136.84-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.30%
GREEN value IS 185 (72.66% from 255) = 32.17%
BLUE value IS 187 (73.44% from 255) = 32.52%
R=35.30%
G=32.17%
B=32.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.08
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20318518700.090.080.20353.3314.7576.08
HexCBB9BB09814161f4c
Octal313271273011102454117114
Binary1100101110111001101110110100110001010010110000111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB9BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB9BB; }

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

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

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

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

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

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

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

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