#CBB9BA

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

Shades of Pink Flare #CBB9BA

Tints of Pink Flare #CBB9BA

Color information

#CBB9BA (or 0xCBB9BA) is unknown color: approx Pink Flare. HEX triplet: CB, B9 and BA. RGB value is (203,185,186). Sum of RGB (Red+Green+Blue) = 203+185+186=574 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.37% from 574); Green value is 185 (72.66% from 255 or 32.23% from 574); Blue value is 186 (73.05% from 255 or 32.40% from 574); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB9BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBB9BA is #344645. Grayscale: #BEBEBE. Windows color (decimal): -3425862 or 12237259. OLE color: 12237259.

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

Color convert

RGB203185186-
CMYK00.090.080.20
HSL356.67º14.75%76.08%-
HSV(B)356.67º8.87%79.61%-
XYZ50.8450.9453.61-
YUV190.5125.46136.92-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.37%
GREEN value IS 185 (72.66% from 255) = 32.23%
BLUE value IS 186 (73.05% from 255) = 32.40%
R=35.37%
G=32.23%
B=32.40%

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
Decimal20318518600.090.080.20356.6714.7576.08
HexCBB9BA09814165f4c
Octal313271272011102454517114
Binary1100101110111001101110100100110001010010110010111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB9BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB9BA; }

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

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

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

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

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

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

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

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