#CFBBBD

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

Shades of Pink Flare #CFBBBD

Tints of Pink Flare #CFBBBD

Color information

#CFBBBD (or 0xCFBBBD) is unknown color: approx Pink Flare. HEX triplet: CF, BB and BD. RGB value is (207,187,189). Sum of RGB (Red+Green+Blue) = 207+187+189=583 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.51% from 583); Green value is 187 (73.44% from 255 or 32.08% from 583); Blue value is 189 (74.22% from 255 or 32.42% from 583); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBBBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBBBD is #304442. Grayscale: #C1C1C1. Windows color (decimal): -3163203 or 12434383. OLE color: 12434383.

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

Color convert

RGB207187189-
CMYK00.100.090.19
HSL354º17.24%77.25%-
HSV(B)354º9.66%81.18%-
XYZ52.6952.4855.5-
YUV193.21125.63137.84-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.51%
GREEN value IS 187 (73.44% from 255) = 32.08%
BLUE value IS 189 (74.22% from 255) = 32.42%
R=35.51%
G=32.08%
B=32.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.09
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20718718900.100.090.1935417.2477.25
HexCFBBBD0A913162114d
Octal317273275012112354221115
Binary11001111101110111011110101010100110011101100010100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFBBBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFBBBD; }

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

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

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

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

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

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

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

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