#CBB9BC

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

Shades of Pink Flare #CBB9BC

Tints of Pink Flare #CBB9BC

Color information

#CBB9BC (or 0xCBB9BC) is unknown color: approx Pink Flare. HEX triplet: CB, B9 and BC. RGB value is (203,185,188). Sum of RGB (Red+Green+Blue) = 203+185+188=576 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.24% from 576); Green value is 185 (72.66% from 255 or 32.12% from 576); Blue value is 188 (73.83% from 255 or 32.64% from 576); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB9BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBB9BC is #344643. Grayscale: #BEBEBE. Windows color (decimal): -3425860 or 12368331. OLE color: 12368331.

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

Color convert

RGB203185188-
CMYK00.090.070.20
HSL350º14.75%76.08%-
HSV(B)350º8.87%79.61%-
XYZ51.0551.0354.73-
YUV190.72126.46136.76-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.24%
GREEN value IS 185 (72.66% from 255) = 32.12%
BLUE value IS 188 (73.83% from 255) = 32.64%
R=35.24%
G=32.12%
B=32.64%

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
Decimal20318518800.090.070.2035014.7576.08
HexCBB9BC0971415ef4c
Octal31327127401172453617114
Binary110010111011100110111100010011111010010101111011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB9BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB9BC; }

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

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

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

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

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

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

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

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