#CBB8B9

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

Shades of Pink Flare #CBB8B9

Tints of Pink Flare #CBB8B9

Color information

#CBB8B9 (or 0xCBB8B9) is unknown color: approx Pink Flare. HEX triplet: CB, B8 and B9. RGB value is (203,184,185). Sum of RGB (Red+Green+Blue) = 203+184+185=572 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.49% from 572); Green value is 184 (72.27% from 255 or 32.17% from 572); Blue value is 185 (72.66% from 255 or 32.34% from 572); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB8B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBB8B9 is #344746. Grayscale: #BDBDBD. Windows color (decimal): -3426119 or 12171467. OLE color: 12171467.

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

Color convert

RGB203184185-
CMYK00.090.090.20
HSL356.84º15.45%75.88%-
HSV(B)356.84º9.36%79.61%-
XYZ50.5350.4852.98-
YUV189.8125.29137.42-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.49%
GREEN value IS 184 (72.27% from 255) = 32.17%
BLUE value IS 185 (72.66% from 255) = 32.34%
R=35.49%
G=32.17%
B=32.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.09
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20318418500.090.090.20356.8415.4575.88
HexCBB8B909914165f4c
Octal313270271011112454517114
Binary1100101110111000101110010100110011010010110010111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB8B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB8B9; }

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

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

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

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

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

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

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

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