#CBB8BB

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

Shades of Pink Flare #CBB8BB

Tints of Pink Flare #CBB8BB

Color information

#CBB8BB (or 0xCBB8BB) is unknown color: approx Pink Flare. HEX triplet: CB, B8 and BB. RGB value is (203,184,187). Sum of RGB (Red+Green+Blue) = 203+184+187=574 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.37% from 574); Green value is 184 (72.27% from 255 or 32.06% from 574); Blue value is 187 (73.44% from 255 or 32.58% from 574); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB8BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBB8BB is #344744. Grayscale: #BEBEBE. Windows color (decimal): -3426117 or 12302539. OLE color: 12302539.

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

Color convert

RGB203184187-
CMYK00.090.080.20
HSL350.53º15.45%75.88%-
HSV(B)350.53º9.36%79.61%-
XYZ50.7450.5754.1-
YUV190.02126.29137.26-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.37%
GREEN value IS 184 (72.27% from 255) = 32.06%
BLUE value IS 187 (73.44% from 255) = 32.58%
R=35.37%
G=32.06%
B=32.58%

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
Decimal20318418700.090.080.20350.5315.4575.88
HexCBB8BB0981415ff4c
Octal313270273011102453717114
Binary1100101110111000101110110100110001010010101111111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB8BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB8BB; }

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

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

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

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

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

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

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

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