#CFBBBE

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

Shades of Pink Flare #CFBBBE

Tints of Pink Flare #CFBBBE

Color information

#CFBBBE (or 0xCFBBBE) is unknown color: approx Pink Flare. HEX triplet: CF, BB and BE. RGB value is (207,187,190). Sum of RGB (Red+Green+Blue) = 207+187+190=584 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.45% from 584); Green value is 187 (73.44% from 255 or 32.02% from 584); Blue value is 190 (74.61% from 255 or 32.53% from 584); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBBBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBBBE is #304441. Grayscale: #C1C1C1. Windows color (decimal): -3163202 or 12499919. OLE color: 12499919.

HSL color Cylindrical-coordinate representation of color #CFBBBE: hue angle of 351º degrees, saturation: 0.17, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CFBBBE is Cyan = 0, Magento = 0.10, Yellow = 0.08 and Black (K on CMYK) = 0.19.

Color convert

RGB207187190-
CMYK00.100.080.19
HSL351º17.24%77.25%-
HSV(B)351º9.66%81.18%-
XYZ52.852.5256.07-
YUV193.32126.13137.76-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.45%
GREEN value IS 187 (73.44% from 255) = 32.02%
BLUE value IS 190 (74.61% from 255) = 32.53%
R=35.45%
G=32.02%
B=32.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.08
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20718719000.100.080.1935117.2477.25
HexCFBBBE0A81315f114d
Octal317273276012102353721115
Binary11001111101110111011111001010100010011101011111100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFBBBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFBBBE; }

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

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

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

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

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

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

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

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