#CBBABC

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

Shades of Pink Flare #CBBABC

Tints of Pink Flare #CBBABC

Color information

#CBBABC (or 0xCBBABC) is unknown color: approx Pink Flare. HEX triplet: CB, BA and BC. RGB value is (203,186,188). Sum of RGB (Red+Green+Blue) = 203+186+188=577 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.18% from 577); Green value is 186 (73.05% from 255 or 32.24% from 577); Blue value is 188 (73.83% from 255 or 32.58% from 577); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBABC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBBABC is #344543. Grayscale: #BFBFBF. Windows color (decimal): -3425604 or 12368587. OLE color: 12368587.

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

Color convert

RGB203186188-
CMYK00.080.070.20
HSL352.94º14.05%76.27%-
HSV(B)352.94º8.37%79.61%-
XYZ51.2651.4554.8-
YUV191.31126.13136.34-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.18%
GREEN value IS 186 (73.05% from 255) = 32.24%
BLUE value IS 188 (73.83% from 255) = 32.58%
R=35.18%
G=32.24%
B=32.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.07
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20318618800.080.070.20352.9414.0576.27
HexCBBABC08714161e4c
Octal31327227401072454116114
Binary110010111011101010111100010001111010010110000111101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBBABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBBABC; }

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

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

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

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

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

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

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

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