#CBBABB

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

Shades of Pink Flare #CBBABB

Tints of Pink Flare #CBBABB

Color information

#CBBABB (or 0xCBBABB) is unknown color: approx Pink Flare. HEX triplet: CB, BA and BB. RGB value is (203,186,187). Sum of RGB (Red+Green+Blue) = 203+186+187=576 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.24% from 576); Green value is 186 (73.05% from 255 or 32.29% from 576); Blue value is 187 (73.44% from 255 or 32.47% from 576); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBABB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBBABB is #344544. Grayscale: #BFBFBF. Windows color (decimal): -3425605 or 12303051. OLE color: 12303051.

HSL color Cylindrical-coordinate representation of color #CBBABB: hue angle of 356.47º degrees, saturation: 0.14, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CBBABB is Cyan = 0, Magento = 0.08, Yellow = 0.08 and Black (K on CMYK) = 0.20.

Color convert

RGB203186187-
CMYK00.080.080.20
HSL356.47º14.05%76.27%-
HSV(B)356.47º8.37%79.61%-
XYZ51.1651.454.24-
YUV191.2125.63136.42-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.24%
GREEN value IS 186 (73.05% from 255) = 32.29%
BLUE value IS 187 (73.44% from 255) = 32.47%
R=35.24%
G=32.29%
B=32.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.08
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20318618700.080.080.20356.4714.0576.27
HexCBBABB08814164e4c
Octal313272273010102454416114
Binary1100101110111010101110110100010001010010110010011101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBBABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBBABB; }

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

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

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

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

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

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

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

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