#CBB4B6

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

Shades of Pink Flare #CBB4B6

Tints of Pink Flare #CBB4B6

Color information

#CBB4B6 (or 0xCBB4B6) is unknown color: approx Pink Flare. HEX triplet: CB, B4 and B6. RGB value is (203,180,182). Sum of RGB (Red+Green+Blue) = 203+180+182=565 (74% of max value = 765). Red value is 203 (79.69% from 255 or 35.93% from 565); Green value is 180 (70.70% from 255 or 31.86% from 565); Blue value is 182 (71.48% from 255 or 32.21% from 565); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB4B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBB4B6 is #344B49. Grayscale: #BBBBBB. Windows color (decimal): -3427146 or 11973835. OLE color: 11973835.

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

Color convert

RGB203180182-
CMYK00.110.100.20
HSL354.78º18.11%75.1%-
HSV(B)354.78º11.33%79.61%-
XYZ49.3948.7251.06-
YUV187.1125.12139.34-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.93%
GREEN value IS 180 (70.70% from 255) = 31.86%
BLUE value IS 182 (71.48% from 255) = 32.21%
R=35.93%
G=31.86%
B=32.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.10
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20318018200.110.100.20354.7818.1175.1
HexCBB4B60BA14163124b
Octal313264266013122454322113
Binary11001011101101001011011001011101010100101100011100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB4B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB4B6; }

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

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

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

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

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

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

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

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