#CBBBBE

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

Shades of Pink Flare #CBBBBE

Tints of Pink Flare #CBBBBE

Color information

#CBBBBE (or 0xCBBBBE) is unknown color: approx Pink Flare. HEX triplet: CB, BB and BE. RGB value is (203,187,190). Sum of RGB (Red+Green+Blue) = 203+187+190=580 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35% from 580); Green value is 187 (73.44% from 255 or 32.24% from 580); Blue value is 190 (74.61% from 255 or 32.76% from 580); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBBBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBBBBE is #344441. Grayscale: #C0C0C0. Windows color (decimal): -3425346 or 12499915. OLE color: 12499915.

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

Color convert

RGB203187190-
CMYK00.080.060.20
HSL348.75º13.33%76.47%-
HSV(B)348.75º7.88%79.61%-
XYZ51.6951.9556.02-
YUV192.13126.8135.76-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35%
GREEN value IS 187 (73.44% from 255) = 32.24%
BLUE value IS 190 (74.61% from 255) = 32.76%
R=35%
G=32.24%
B=32.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.06
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20318719000.080.060.20348.7513.3376.47
HexCBBBBE0861415dd4c
Octal31327327601062453515114
Binary110010111011101110111110010001101010010101110111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBBBBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBBBBE; }

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

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

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

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

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

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

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

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