#CBB5B9

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

Shades of Pink Flare #CBB5B9

Tints of Pink Flare #CBB5B9

Color information

#CBB5B9 (or 0xCBB5B9) is unknown color: approx Pink Flare. HEX triplet: CB, B5 and B9. RGB value is (203,181,185). Sum of RGB (Red+Green+Blue) = 203+181+185=569 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.68% from 569); Green value is 181 (71.09% from 255 or 31.81% from 569); Blue value is 185 (72.66% from 255 or 32.51% from 569); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB5B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBB5B9 is #344A46. Grayscale: #BCBCBC. Windows color (decimal): -3426887 or 12170699. OLE color: 12170699.

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

Color convert

RGB203181185-
CMYK00.110.090.20
HSL349.09º17.46%75.29%-
HSV(B)349.09º10.84%79.61%-
XYZ49.9149.2552.77-
YUV188.03126.29138.67-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.68%
GREEN value IS 181 (71.09% from 255) = 31.81%
BLUE value IS 185 (72.66% from 255) = 32.51%
R=35.68%
G=31.81%
B=32.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.09
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20318118500.110.090.20349.0917.4675.29
HexCBB5B90B91415d114b
Octal313265271013112453521113
Binary11001011101101011011100101011100110100101011101100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB5B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB5B9; }

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

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

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

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

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

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

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

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