#CBB4BA

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

Shades of Pink Flare #CBB4BA

Tints of Pink Flare #CBB4BA

Color information

#CBB4BA (or 0xCBB4BA) is unknown color: approx Pink Flare. HEX triplet: CB, B4 and BA. RGB value is (203,180,186). Sum of RGB (Red+Green+Blue) = 203+180+186=569 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.68% from 569); Green value is 180 (70.70% from 255 or 31.63% from 569); Blue value is 186 (73.05% from 255 or 32.69% from 569); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB4BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBB4BA is #344B45. Grayscale: #BBBBBB. Windows color (decimal): -3427142 or 12235979. OLE color: 12235979.

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

Color convert

RGB203180186-
CMYK00.110.080.20
HSL344.35º18.11%75.1%-
HSV(B)344.35º11.33%79.61%-
XYZ49.8148.8853.26-
YUV187.56127.12139.01-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.68%
GREEN value IS 180 (70.70% from 255) = 31.63%
BLUE value IS 186 (73.05% from 255) = 32.69%
R=35.68%
G=31.63%
B=32.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.08
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20318018600.110.080.20344.3518.1175.1
HexCBB4BA0B814158124b
Octal313264272013102453022113
Binary11001011101101001011101001011100010100101011000100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB4BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB4BA; }

 p { color: rgb(203,180,186); }

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

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

 a { background-color: rgb(203,180,186); }

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

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

 span { border-color: rgb(203,180,186); }

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