#CBB7BA

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

Shades of Pink Flare #CBB7BA

Tints of Pink Flare #CBB7BA

Color information

#CBB7BA (or 0xCBB7BA) is unknown color: approx Pink Flare. HEX triplet: CB, B7 and BA. RGB value is (203,183,186). Sum of RGB (Red+Green+Blue) = 203+183+186=572 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.49% from 572); Green value is 183 (71.88% from 255 or 31.99% from 572); Blue value is 186 (73.05% from 255 or 32.52% from 572); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB7BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBB7BA is #344845. Grayscale: #BDBDBD. Windows color (decimal): -3426374 or 12236747. OLE color: 12236747.

HSL color Cylindrical-coordinate representation of color #CBB7BA: hue angle of 351º degrees, saturation: 0.16, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CBB7BA is Cyan = 0, Magento = 0.10, Yellow = 0.08 and Black (K on CMYK) = 0.20.

Color convert

RGB203183186-
CMYK00.100.080.20
HSL351º16.13%75.69%-
HSV(B)351º9.85%79.61%-
XYZ50.4350.1153.47-
YUV189.32126.13137.76-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.49%
GREEN value IS 183 (71.88% from 255) = 31.99%
BLUE value IS 186 (73.05% from 255) = 32.52%
R=35.49%
G=31.99%
B=32.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.08
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20318318600.100.080.2035116.1375.69
HexCBB7BA0A81415f104c
Octal313267272012102453720114
Binary11001011101101111011101001010100010100101011111100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB7BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB7BA; }

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

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

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

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

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

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

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

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