#CBB6BA

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

Shades of Pink Flare #CBB6BA

Tints of Pink Flare #CBB6BA

Color information

#CBB6BA (or 0xCBB6BA) is unknown color: approx Pink Flare. HEX triplet: CB, B6 and BA. RGB value is (203,182,186). Sum of RGB (Red+Green+Blue) = 203+182+186=571 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.55% from 571); Green value is 182 (71.48% from 255 or 31.87% from 571); Blue value is 186 (73.05% from 255 or 32.57% from 571); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB6BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBB6BA is #344945. Grayscale: #BCBCBC. Windows color (decimal): -3426630 or 12236491. OLE color: 12236491.

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

Color convert

RGB203182186-
CMYK00.100.080.20
HSL348.57º16.8%75.49%-
HSV(B)348.57º10.34%79.61%-
XYZ50.2249.753.4-
YUV188.74126.46138.17-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.55%
GREEN value IS 182 (71.48% from 255) = 31.87%
BLUE value IS 186 (73.05% from 255) = 32.57%
R=35.55%
G=31.87%
B=32.57%

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
Decimal20318218600.100.080.20348.5716.875.49
HexCBB6BA0A81415d114b
Octal313266272012102453521113
Binary11001011101101101011101001010100010100101011101100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB6BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB6BA; }

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

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

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

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

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

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

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

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