#CBB8BC

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

Shades of Pink Flare #CBB8BC

Tints of Pink Flare #CBB8BC

Color information

#CBB8BC (or 0xCBB8BC) is unknown color: approx Pink Flare. HEX triplet: CB, B8 and BC. RGB value is (203,184,188). Sum of RGB (Red+Green+Blue) = 203+184+188=575 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.30% from 575); Green value is 184 (72.27% from 255 or 32% from 575); Blue value is 188 (73.83% from 255 or 32.70% from 575); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB8BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBB8BC is #344743. Grayscale: #BEBEBE. Windows color (decimal): -3426116 or 12368075. OLE color: 12368075.

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

Color convert

RGB203184188-
CMYK00.090.070.20
HSL347.37º15.45%75.88%-
HSV(B)347.37º9.36%79.61%-
XYZ50.8550.6154.67-
YUV190.14126.79137.17-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.30%
GREEN value IS 184 (72.27% from 255) = 32%
BLUE value IS 188 (73.83% from 255) = 32.70%
R=35.30%
G=32%
B=32.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.07
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20318418800.090.070.20347.3715.4575.88
HexCBB8BC0971415bf4c
Octal31327027401172453317114
Binary110010111011100010111100010011111010010101101111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB8BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB8BC; }

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

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

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

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

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

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

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

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